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