sforkowany z mirror/friendica
8 wiersze
169 B
PHP
8 wiersze
169 B
PHP
|
<?php
|
||
|
|
||
|
function maintenance_content(&$a) {
|
||
|
return replace_macros(get_markup_template('maintenance.tpl'), array(
|
||
|
'$sysdown' => t('System down for maintenance')
|
||
|
));
|
||
|
}
|