X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8e0197b868559beec31f2b9d6e83d02674771a0f;hb=b962fc989a03083d50e55f96bbcf2349ab390bb0;hp=3d21ce40b759d6b28e7b51e8396daf9bcc91aee6;hpb=63610c7b73fcaf862adbf880d4968dd2b1678d9b;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 3d21ce40b7..8e0197b868 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,11 +1,29 @@ t('System down for maintenance') - )); + return Renderer::replaceMacros(Renderer::getMarkupTemplate('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), + '$reason' => $reason + ]); }