<?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'];