X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Ftheme.php;h=a7ba561b23cea53f5d4f4c176a127e7a5bec3421;hb=82abc32a140125db6d5d7ea3eeebec7f5cceb519;hp=7da0731f784d76fd2b48a628c24b7d0b07d91301;hpb=88cc4143558f3ea4b3cfe59d1725a4a6ba35cc8d;p=friendica.git diff --git a/view/theme/vier/theme.php b/view/theme/vier/theme.php index 7da0731f78..a7ba561b23 100644 --- a/view/theme/vier/theme.php +++ b/view/theme/vier/theme.php @@ -1,20 +1,43 @@ * Author: Ike + * Author: Beanow * Maintainer: Ike - * Description: "Vier" uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ + * Description: "Vier" is a very compact and modern theme. It uses the font awesome font library: http://fortawesome.github.com/Font-Awesome/ */ function vier_init(&$a) { set_template_engine($a, 'smarty3'); +$baseurl = $a->get_baseurl(); + $a->theme_info = array(); +$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") + $a->page['htmlhead'] .= ''."\n"; +else if ($style == "breathe") + $a->page['htmlhead'] .= ''."\n"; +else if ($style == "plus") + $a->page['htmlhead'] .= ''."\n"; +else if ($style == "dark") + $a->page['htmlhead'] .= ''."\n"; + $a->page['htmlhead'] .= <<< EOT - EOT; }