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