X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=a7ba561b23cea53f5d4f4c176a127e7a5bec3421;hb=190b7d6070d3a72ddcf1fa994ee6ba57ed9255f2;hp=14210d2424649117e35bffa0043c1a2c9c73926a;hpb=fc62c329c5c74513d03243f1defe1373d81f0cf9;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 14210d2424..a7ba561b23 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -1,9 +1,10 @@ * Author: Ike + * Author: Beanow * Maintainer: Ike * Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ */ @@ -20,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'] .= ''."\n"; else if ($style == "netcolour")