1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-12 18:04:42 +00:00
friendica-github/mod/maintenance.php
2013-01-14 16:48:01 -07:00

7 lines
169 B
PHP

<?php
function maintenance_content(&$a) {
return replace_macros(get_markup_template('maintenance.tpl'), array(
'$sysdown' => t('System down for maintenance')
));
}