X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8727e4afb9f11f96c4efb25de694db22c7020e02;hb=1c3bed1777ea51fabdf1ce91c1c34b7ed0c4b04c;hp=dcdc44194ed9cb090a29a7169c49545d33c97844;hpb=5eaa5951a1b19b985017b5db20f3b1abf464a1ef;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index dcdc44194e..8727e4afb9 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,11 +1,27 @@ t('System down for maintenance') - )); + return replace_macros(get_markup_template('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), + '$reason' => $reason + ]); }