X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8727e4afb9f11f96c4efb25de694db22c7020e02;hb=daa1177e3a1e42b4c95e0a8759f1610942b952c7;hp=3d21ce40b759d6b28e7b51e8396daf9bcc91aee6;hpb=6d16c39b7eff0eb4e7283e2b768a0608752f4b7b;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 3d21ce40b7..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 + ]); }