X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8727e4afb9f11f96c4efb25de694db22c7020e02;hb=6ef2fd56f78b3bfe1df59bbd35bd9fdb547b3291;hp=c4839de79213503490372d9881fd8900850827d2;hpb=8f7d191bfca553f9d928666e7ef3b52a26911a8e;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index c4839de792..8727e4afb9 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,9 +1,13 @@ t('System down for maintenance'), + return replace_macros(get_markup_template('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), '$reason' => $reason - )); + ]); }