1
0
Fork 0

Vier: New style "dark"

This commit is contained in:
Michael Vogel 2014-12-13 23:13:34 +01:00
commit 8b433c2d11
4 changed files with 74 additions and 3 deletions

View file

@ -22,6 +22,8 @@ if ($style == "")
if ($style == "flat")
$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/flat.css" type="text/css" media="screen"/>'."\n";
if ($style == "dark")
$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/dark.css" type="text/css" media="screen"/>'."\n";
else if ($style == "netcolour")
$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/netcolour.css" type="text/css" media="screen"/>'."\n";
else if ($style == "breathe")