summary refs log tree commit diff stats
path: root/theme/layouts/6.2
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/6.2')
-rw-r--r--theme/layouts/6.2/layout.tpl10
-rw-r--r--theme/layouts/6.2/night.css2
-rwxr-xr-xtheme/layouts/6.2/style.php4
3 files changed, 13 insertions, 3 deletions
diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 59535af..889d509 100644 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl
@@ -51,6 +51,14 @@
51 </A> 51 </A>
52 </LI> 52 </LI>
53 53
54
55 <LI<!--WIKIACTIVE-->>
56 <A HREF="http://fourisland.com/wiki/">
57 <IMG SRC="/theme/images/icons/report.png" ALT="Wiki">
58 <SPAN>Wiki</SPAN>
59 </A>
60 </LI>
61
54 <LI<!--POLLACTIVE-->> 62 <LI<!--POLLACTIVE-->>
55 <A HREF="http://fourisland.com/poll/"> 63 <A HREF="http://fourisland.com/poll/">
56 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> 64 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls">
@@ -121,6 +129,8 @@
121 129
122 <P /> 130 <P />
123 <!--END CREATE_HATNAV--> 131 <!--END CREATE_HATNAV-->
132
133 <!--EXTRASIDEBAR-->
124 134
125 <div class="module rounded sidebar"> 135 <div class="module rounded sidebar">
126 <h3>Poll of the Week</h3> 136 <h3>Poll of the Week</h3>
diff --git a/theme/layouts/6.2/night.css b/theme/layouts/6.2/night.css index 2a24480..b74b1c6 100644 --- a/theme/layouts/6.2/night.css +++ b/theme/layouts/6.2/night.css
@@ -18,5 +18,5 @@ div#fi-navbar ul li.active img {
18} 18}
19 19
20.light-at-night, .light-at-night-l6p2 { 20.light-at-night, .light-at-night-l6p2 {
21 color: #555555; 21 color: #536482 !important;
22} 22}
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 0d619e5..7dff742 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php
@@ -27,8 +27,8 @@ include('layouts/6.2/style.css');
27if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) 27if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day']))
28{ 28{
29 include('layouts/6.2/night.css'); 29 include('layouts/6.2/night.css');
30} else {
31 include('layouts/6.2/holiday.php');
30} 32}
31 33
32include('layouts/6.2/holiday.php');
33
34?> 34?>