X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=a651f51662a923d5a55d90cdd1c51002ef01ac5c;hb=3ec4e28af692ec29d6c337517aab56fc247c8513;hp=d38dcb8d922026143e32996e04d5552d04c06b2f;hpb=fd5d058156185c6c02c1285a794139d07f4d13ce;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;