1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 23:04:43 +00:00
friendica-github/mod/maintenance.php

8 lines
169 B
PHP
Raw Normal View History

2013-01-14 23:48:01 +00:00
<?php
2013-01-14 23:48:01 +00:00
function maintenance_content(&$a) {
return replace_macros(get_markup_template('maintenance.tpl'), array(
'$sysdown' => t('System down for maintenance')
));
}