mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 08:34:26 +02:00
11 lines
238 B
PHP
11 lines
238 B
PHP
<?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'];
|
|
|