mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:50:11 +00:00
first files - move to Version 0.1
This commit is contained in:
parent
69865ea843
commit
65d37a8c20
257 changed files with 40746 additions and 1 deletions
11
php/modes/modal.php
Normal file
11
php/modes/modal.php
Normal 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'];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue