X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanifest.php;h=a651f51662a923d5a55d90cdd1c51002ef01ac5c;hb=c7bbe08a48af9873ec315dc100ed73d4268d44ed;hp=203f5ab829fc596a1a998243138aeb870e285d97;hpb=a0530d1066d7268f1b1ea67bc3c254e9f9fc5ec8;p=friendica.git diff --git a/mod/manifest.php b/mod/manifest.php index 203f5ab829..a651f51662 100644 --- a/mod/manifest.php +++ b/mod/manifest.php @@ -15,11 +15,11 @@ function manifest_content(App $a) { $touch_icon = 'images/friendica-128.png'; } - $o = replace_macros($tpl, array( + $o = replace_macros($tpl, [ '$baseurl' => System::baseUrl(), '$touch_icon' => $touch_icon, '$title' => Config::get('config', 'sitename', 'Friendica'), - )); + ]); echo $o;