X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fconfig.php;h=ad1686769b95cc32e56923b17dd0d8ea1cbb7600;hb=eeec1ea1635a54b8149a029d0b9e8f97269af087;hp=5326498908d931bf7130db6d3ab1e6e638d1182f;hpb=4c04a78d1b6f14ce90e4ca0b23e356d234c4a296;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 5326498908..ad1686769b 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -1,11 +1,13 @@ "Plus", "breathe"=>"Breathe", @@ -110,7 +112,7 @@ function vier_form(&$a, $style, $show_pages, $show_profiles, $show_helpers, $sho $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"), '$style' => array('vier_style',t ('Set style'),$style,'',$styles), '$show_pages' => array('vier_show_pages', t('Community Pages'), $show_pages, '', $show_or_not),