]> git.mxchange.org Git - friendica.git/blob - php/modes/none.php
5b96e282e3fbc44b32aa98da936e388bfb3b5d19
[friendica.git] / php / modes / none.php
1 <?php\r
2 /**\r
3  * @file view/theme/frio/php/modes/none.php\r
4  * @brief The site template for pure content (e.g. (modals)\r
5  * \r
6  * This themplate is used e.g for bs modals. So outputs\r
7  * only the pure content\r
8  */\r
9 \r
10 if(x($page,'content')) echo $page['content'];\r
11 \r