X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Fmaintenance.php;h=8727e4afb9f11f96c4efb25de694db22c7020e02;hb=b8e8b771d4ead88ae08b062fa9fce9352ba3b5b4;hp=2258fc5ce29337029df97a8fe60389d0659cc5f0;hpb=86cae070f2a048e553c545caec54be72c1c14da5;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 2258fc5ce2..8727e4afb9 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,10 +1,13 @@ t('System down for maintenance'), + return replace_macros(get_markup_template('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), '$reason' => $reason - )); + ]); }