]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/theme.php
"plus" is now the default style at "vier" for new installations
[friendica.git] / view / theme / vier / theme.php
index 91e34e78247bae5c6bbb28faaf47760ef39676ec..a7ba561b23cea53f5d4f4c176a127e7a5bec3421 100644 (file)
@@ -21,6 +21,9 @@ $style = get_pconfig(local_user(), 'vier', 'style');
 if ($style == "")
        $style = get_config('vier', 'style');
 
+if ($style == "")
+       $style = "plus";
+
 if ($style == "flat")
        $a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/flat.css" type="text/css" media="screen"/>'."\n";
 else if ($style == "netcolour")