X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8727e4afb9f11f96c4efb25de694db22c7020e02;hb=daa1177e3a1e42b4c95e0a8759f1610942b952c7;hp=98155b93adafd4cb8fcceecb5da905db40a4937f;hpb=65f809f5cb0e8c30327e7dca0f54b4ee53cdd6e2;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 98155b93ad..8727e4afb9 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,14 +1,27 @@ t('System down for maintenance'), - '$reason' => Config::get('system', 'maintenance_reason') - )); + return replace_macros(get_markup_template('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), + '$reason' => $reason + ]); }