From 887655c1bdfde06dc64f3a834651b8ce811319fc Mon Sep 17 00:00:00 2001 From: hoergen Date: Sun, 26 Nov 2017 20:46:20 +0100 Subject: [PATCH] added new style sheet plusminus --- view/theme/vier/config.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 22276a9d78..1f335e7544 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -1,3 +1,5 @@ + + "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"),); @@ -126,3 +129,4 @@ function vier_form(App $a, $style, $show_pages, $show_profiles, $show_helpers, $ )); return $o; } + -- 2.39.5