]> git.mxchange.org Git - friendica.git/blobdiff - mod/manifest.php
extend checkbox template for customized attributes
[friendica.git] / mod / manifest.php
index d38dcb8d922026143e32996e04d5552d04c06b2f..203f5ab829fc596a1a998243138aeb870e285d97 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 use Friendica\App;
+use Friendica\Core\System;
 use Friendica\Core\Config;
 
 function manifest_content(App $a) {
@@ -15,7 +16,7 @@ function manifest_content(App $a) {
        }
 
        $o = replace_macros($tpl, array(
-               '$baseurl' => App::get_baseurl(),
+               '$baseurl' => System::baseUrl(),
                '$touch_icon' => $touch_icon,
                '$title' => Config::get('config', 'sitename', 'Friendica'),
        ));