X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=adc9fab166f12a40a2a4a00c802b42c0dfaf69f2;hb=071b1c038addc94178eff22a47f0bf126b4a9d28;hp=dcdc44194ed9cb090a29a7169c49545d33c97844;hpb=63e2695d226d195c6a97e1045d6b174591dd2487;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index dcdc44194e..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 + ]); }