X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=adc9fab166f12a40a2a4a00c802b42c0dfaf69f2;hb=071b1c038addc94178eff22a47f0bf126b4a9d28;hp=ce432f9307b4ba26c4c51fb9ab32f33a3b9e0417;hpb=8ec5b06e0440302cef9f6bc2f35730fca5a9030e;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index ce432f9307..adc9fab166 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,11 +1,24 @@ t('System down for maintenance') - )); + return replace_macros(get_markup_template('maintenance.tpl'), [ + '$sysdown' => t('System down for maintenance'), + '$reason' => $reason + ]); }