]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/config.php
Merge pull request #3791 from annando/parse-fix
[friendica.git] / view / theme / frio / config.php
index 57e88265721a27a3814b541510a72827769801a8..6e5aca1badd2c65029a4bd7f144929023d777faa 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+use Friendica\App;
+use Friendica\Core\System;
+
 require_once('view/theme/frio/php/Image.php');
 
 function theme_content(App $a) {
@@ -62,7 +66,7 @@ function frio_form($arr) {
        $t = get_markup_template('theme_settings.tpl');
        $o .= replace_macros($t, array(
                '$submit'               => t('Submit'),
-               '$baseurl'              => App::get_baseurl(),
+               '$baseurl'              => System::baseUrl(),
                '$title'                => t("Theme settings"),
                '$schema'               => array('frio_schema',         t("Select scheme"),                     $arr["schema"], '', $scheme_choices),
                '$nav_bg'               => array_key_exists("nav_bg", $disable) ? "" : array('frio_nav_bg',             t('Navigation bar background color'),   $arr['nav_bg']),