X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fvier%2Fconfig.php;h=97aaa1e5a49622dcdf4c0e697ab793d8eeabd4bf;hb=0dce57d4007d7e3cff578825f212a7c0a6cb8800;hp=9fd19e8abae87c847db7a7de3415f7c6234879ec;hpb=e67133ef5653448003ceac29147cda41a4c9e017;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 9fd19e8aba..97aaa1e5a4 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -1,9 +1,13 @@ "Plus", "breathe"=>"Breathe", - "dark"=>"Dark", - "shadow"=>"Shadow", "netcolour"=>"Coloured Networks", - "flat"=>"Flat" + "dark"=>"Dark", + "flat"=>"Flat", + "plus"=>"Plus", + "plusminus"=>"Plus Minus", + "shadow"=>"Shadow" ); $show_or_not = array('0'=>t("don't show"), '1'=>t("show"),); @@ -110,7 +115,7 @@ function vier_form(App $a, $style, $show_pages, $show_profiles, $show_helpers, $ $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),