X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=a7ba561b23cea53f5d4f4c176a127e7a5bec3421;hb=82abc32a140125db6d5d7ea3eeebec7f5cceb519;hp=91e34e78247bae5c6bbb28faaf47760ef39676ec;hpb=2efc789aeeabdd76cc31da7cd235d80e9681f87c;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 91e34e7824..a7ba561b23 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -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'] .= ''."\n"; else if ($style == "netcolour")