mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
/**
|
|
* * Name: none
|
|
* * Description: A barebones empty single page template
|
|
* * Version: 1
|
|
* * Author: None
|
|
* * Maintainer: None
|
|
*/
|
|
?>
|
|
<?php if(x($page,'content')) echo $page['content']; ?>
|