summary refs log tree commit diff stats
path: root/theme/header.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
commit9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch)
treeb9ad822ca0f186f42da00e1a2c882ede77d2ee14 /theme/header.tpl
parentf037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff)
downloadfourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'theme/header.tpl')
-rwxr-xr-xtheme/header.tpl46
1 files changed, 45 insertions, 1 deletions
diff --git a/theme/header.tpl b/theme/header.tpl index 85ddf9b..6f02792 100755 --- a/theme/header.tpl +++ b/theme/header.tpl
@@ -36,7 +36,51 @@
36 </DIV> 36 </DIV>
37 </DIV> 37 </DIV>
38 38
39 <DIV CLASS="push"></DIV> 39 <DIV CLASS="cleardiv"></DIV>
40
41 <DIV ID="fi-navbar">
42 <DIV CLASS="bubble">
43 <DIV CLASS="rounded">
44 <BLOCKQUOTE>
45 <UL>
46 <LI<!--HOMEACTIVE-->>
47 <IMG SRC="/theme/images/icons/newspaper.png" />
48 <A HREF="http://fourisland.com/">Blog</A>
49 </LI>
50
51 <LI>
52 <A HREF="http://projects.fourisland.com/">Projects</A>
53 </LI>
54
55 <LI<!--FOURMACTIVE-->>
56 <IMG SRC="/theme/images/icons/comment.png" />
57 <A HREF="http://fourisland.com/fourm/">The Fourm</A>
58 </LI>
59
60 <LI<!--WIKIACTIVE-->>
61 <IMG SRC="/theme/images/icons/page_edit.png" />
62 <A HREF="http://fourisland.com/wiki/">Fouripedia</A>
63 </LI>
64
65 <LI<!--POLLACTIVE-->>
66 <IMG SRC="/theme/images/icons/overlays.png" />
67 <A HREF="http://fourisland.com/poll/">Polls</A>
68 </LI>
69
70 <LI<!--QUOTESACTIVE-->>
71 <IMG SRC="/theme/images/icons/16-file-page.png" />
72 <A HREF="http://fourisland.com/quotes/">Quotes</A>
73 </LI>
74
75 <LI<!--LOGACTIVE-->>
76 <IMG SRC="/theme/images/icons/door_in.png" />
77 <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A>
78 </LI>
79 </UL>
80 </BLOCKQUOTE>
81 </DIV>
82 </DIV>
83 </DIV>
40 84
41 <DIV id="page-body"> 85 <DIV id="page-body">
42 <DIV id="content"> 86 <DIV id="content">