Vier: New style "dark"
This commit is contained in:
parent
3d26e1d233
commit
8b433c2d11
4 changed files with 74 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue