X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftheme%2Fvier%2Fconfig.php;h=97aaa1e5a49622dcdf4c0e697ab793d8eeabd4bf;hb=0dce57d4007d7e3cff578825f212a7c0a6cb8800;hp=7c51b4ec95be31c7af31825fc362b18ced52104c;hpb=8ec424325375aa923c7d2d78ac8ddcc352f09cff;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 7c51b4ec95..97aaa1e5a4 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -1,24 +1,32 @@ "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"),); @@ -105,7 +115,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' => $a->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),