X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=a651f51662a923d5a55d90cdd1c51002ef01ac5c;hb=c7bbe08a48af9873ec315dc100ed73d4268d44ed;hp=4787862c4f1441741acff859779535b9e0f44088;hpb=56ee734b00aead633d5d213a6b140b75bc17ba96;p=friendica.git diff --git a/mod/manifest.php b/mod/manifest.php index 4787862c4f..a651f51662 100644 --- a/mod/manifest.php +++ b/mod/manifest.php @@ -1,5 +1,7 @@ App::get_baseurl(), + $o = replace_macros($tpl, [ + '$baseurl' => System::baseUrl(), '$touch_icon' => $touch_icon, '$title' => Config::get('config', 'sitename', 'Friendica'), - )); + ]); echo $o;