]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/config.php
Added many accesskeys ...
[friendica.git] / view / theme / vier / config.php
index b06551bed2df7076e1af8f519e04227a110f2593..9df9088ed826bcf0314326dc489bc73374155456 100644 (file)
@@ -11,6 +11,12 @@ function theme_content(&$a){
 
        $style = get_pconfig(local_user(), 'vier', 'style');
 
+       if ($style == "")
+               $style = get_config('vier', 'style');
+
+       if ($style == "")
+               $style = "plus";
+
        return vier_form($a,$style);
 }
 
@@ -38,9 +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"
+               "netcolour"=>"Coloured Networks",
+               "flat"=>"Flat"
        );
        $t = get_markup_template("theme_settings.tpl" );
        $o .= replace_macros($t, array(