friendica-github/view/php/none.php

16 lines
362 B
PHP
Raw Normal View History

<?php
2024-08-24 12:15:18 +00:00
/*
* Copyright (C) 2010-2024, the Friendica project
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
2024-08-24 12:15:18 +00:00
* SPDX-License-Identifier: AGPL-3.0-or-later
* The site template for pure content (e.g. (modals)
2023-01-01 14:36:24 +00:00
*
* This template is used e.g for bs modals. So outputs
* only the pure content
*/
if(!empty($page['content'])) echo $page['content'];