mirror of
https://github.com/friendica/friendica
synced 2024-11-17 20:23:40 +00:00
15 lines
362 B
PHP
15 lines
362 B
PHP
<?php
|
|
|
|
/*
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
* The site template for pure content (e.g. (modals)
|
|
*
|
|
* This template is used e.g for bs modals. So outputs
|
|
* only the pure content
|
|
*/
|
|
|
|
if(!empty($page['content'])) echo $page['content'];
|
|
|