]> git.mxchange.org Git - friendica.git/blobdiff - mod/manifest.php
Add new INI config files
[friendica.git] / mod / manifest.php
index 203f5ab829fc596a1a998243138aeb870e285d97..a651f51662a923d5a55d90cdd1c51002ef01ac5c 100644 (file)
@@ -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;