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