1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 17:08:26 +00:00
friendica-github/view/php/none.php
2020-01-19 06:05:23 +00:00

11 lines
261 B
PHP

<?php
/**
* @file view/theme/frio/php/modes/none.php
* The site template for pure content (e.g. (modals)
*
* This themplate is used e.g for bs modals. So outputs
* only the pure content
*/
if(!empty($page['content'])) echo $page['content'];