X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fconfig.php;h=9df9088ed826bcf0314326dc489bc73374155456;hb=30348a1bc0b52c5b4cbfd2843214c53c9278111c;hp=286639d2858dec8a77dee78ced7d690187978bb8;hpb=271a184e1e16a53116be8fff676cf0b72afa563c;p=friendica.git diff --git a/view/theme/vier/config.php b/view/theme/vier/config.php index 286639d285..9df9088ed8 100644 --- a/view/theme/vier/config.php +++ b/view/theme/vier/config.php @@ -14,6 +14,9 @@ function theme_content(&$a){ if ($style == "") $style = get_config('vier', 'style'); + if ($style == "") + $style = "plus"; + return vier_form($a,$style); } @@ -41,11 +44,12 @@ function theme_admin_post(&$a){ function vier_form(&$a, $style){ $styles = array( + "plus"=>"Plus", + "breathe"=>"Breathe", + "dark"=>"Dark", "shadow"=>"Shadow", - "flat"=>"Flat", "netcolour"=>"Coloured Networks", - "breathe"=>"Breathe", - "plus"=>"Plus" + "flat"=>"Flat" ); $t = get_markup_template("theme_settings.tpl" ); $o .= replace_macros($t, array(