first files - move to Version 0.1

This commit is contained in:
rabuzarus 2016-03-28 16:29:05 +02:00
parent 69865ea843
commit 65d37a8c20
257 changed files with 40746 additions and 1 deletions

11
php/modes/modal.php Normal file
View file

@ -0,0 +1,11 @@
<?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'];