X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmaintenance.php;h=8e0197b868559beec31f2b9d6e83d02674771a0f;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=2258fc5ce29337029df97a8fe60389d0659cc5f0;hpb=4a473611163a12b48d3bbad71dc54765be8789f9;p=friendica.git diff --git a/mod/maintenance.php b/mod/maintenance.php index 2258fc5ce2..8e0197b868 100644 --- a/mod/maintenance.php +++ b/mod/maintenance.php @@ -1,13 +1,18 @@ t('System down for maintenance'), + return Renderer::replaceMacros(Renderer::getMarkupTemplate('maintenance.tpl'), [ + '$sysdown' => L10n::t('System down for maintenance'), '$reason' => $reason - )); + ]); }