friendica/php/modes/modal.php
2016-03-28 16:29:05 +02:00

12 lines
238 B
PHP

<?php
/**
* @file view/theme/frio/php/modes/modal.php
* @brief The site template for Modals
*
* This themplate is used for bs modals. So outputs
* only the pure content
*/
if(x($page,'content')) echo $page['content'];