summary refs log tree commit diff stats
path: root/theme/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/header.tpl')
-rwxr-xr-xtheme/header.tpl70
1 files changed, 32 insertions, 38 deletions
diff --git a/theme/header.tpl b/theme/header.tpl index d5b24b1..dfe3459 100755 --- a/theme/header.tpl +++ b/theme/header.tpl
@@ -16,8 +16,6 @@
16 </HEAD> 16 </HEAD>
17 17
18 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> 18 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->>
19 <DIV ID="top-fade"></DIV>
20
21 <DIV ID="wrap"> 19 <DIV ID="wrap">
22 <DIV ID="page-header"> 20 <DIV ID="page-header">
23 <DIV ID="banner" STYLE="position: relative;"> 21 <DIV ID="banner" STYLE="position: relative;">
@@ -30,48 +28,44 @@
30 <DIV CLASS="cleardiv"></DIV> 28 <DIV CLASS="cleardiv"></DIV>
31 29
32 <DIV ID="fi-navbar"> 30 <DIV ID="fi-navbar">
33 <DIV CLASS="bubble"> 31 <DIV>
34 <DIV CLASS="rounded"> 32 <UL>
35 <BLOCKQUOTE> 33 <LI<!--HOMEACTIVE-->>
36 <UL> 34 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog">
37 <LI<!--HOMEACTIVE-->> 35 <A HREF="http://fourisland.com/">Blog</A>
38 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> 36 </LI>
39 <A HREF="http://fourisland.com/">Blog</A>
40 </LI>
41 37
42 <LI> 38 <LI>
43 <A HREF="http://projects.fourisland.com/">Projects</A> 39 <A HREF="http://projects.fourisland.com/">Projects</A>
44 </LI> 40 </LI>
45 41
46 <LI<!--FOURMACTIVE-->> 42 <LI<!--FOURMACTIVE-->>
47 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> 43 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm">
48 <A HREF="http://fourisland.com/fourm/">The Fourm</A> 44 <A HREF="http://fourisland.com/fourm/">The Fourm</A>
49 </LI> 45 </LI>
50 46
51 <LI<!--WIKIACTIVE-->> 47 <LI<!--WIKIACTIVE-->>
52 <IMG SRC="/theme/images/icons/page_edit.png" ALT="Fouripedia"> 48 <IMG SRC="/theme/images/icons/page_edit.png" ALT="Fouripedia">
53 <A HREF="http://fourisland.com/wiki/">Fouripedia</A> 49 <A HREF="http://fourisland.com/wiki/">Fouripedia</A>
54 </LI> 50 </LI>
55 51
56 <LI<!--POLLACTIVE-->> 52 <LI<!--POLLACTIVE-->>
57 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> 53 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls">
58 <A HREF="http://fourisland.com/poll/">Polls</A> 54 <A HREF="http://fourisland.com/poll/">Polls</A>
59 </LI> 55 </LI>
60 56
61 <LI<!--QUOTESACTIVE-->> 57 <LI<!--QUOTESACTIVE-->>
62 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> 58 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes">
63 <A HREF="http://fourisland.com/quotes/">Quotes</A> 59 <A HREF="http://fourisland.com/quotes/">Quotes</A>
64 </LI> 60 </LI>
65 61
66 <!--BEGIN MEMBERS--> 62 <!--BEGIN MEMBERS-->
67 <LI<!--LOGACTIVE-->> 63 <LI<!--LOGACTIVE-->>
68 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> 64 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->">
69 <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> 65 <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A>
70 </LI> 66 </LI>
71 <!--END MEMBERS--> 67 <!--END MEMBERS-->
72 </UL> 68 </UL>
73 </BLOCKQUOTE>
74 </DIV>
75 </DIV> 69 </DIV>
76 </DIV> 70 </DIV>
77 71