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