summary refs log tree commit diff stats
path: root/theme/layouts/7/layout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/7/layout.tpl')
-rwxr-xr-xtheme/layouts/7/layout.tpl50
1 files changed, 39 insertions, 11 deletions
diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index 3acf1cc..25489d7 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl
@@ -3,9 +3,9 @@
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head> 4 <head>
5 <title><!--EXTRATITLE-->Four Island</title> 5 <title><!--EXTRATITLE-->Four Island</title>
6 <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css.php" /> 6 <link rel="stylesheet" type="text/css" href="/theme/css.php" />
7 <!--[if IE]><link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/ie.css" /><![endif]--> 7 <!--[if IE]><link rel="stylesheet" type="text/css" href="/theme/css/ie.css" /><![endif]-->
8 <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/print.css" media="print" /> 8 <link rel="stylesheet" type="text/css" href="/theme/css/print.css" media="print" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <meta http-equiv="Content-Language" content="en" /> 10 <meta http-equiv="Content-Language" content="en" />
11 <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" /> 11 <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" />
@@ -13,13 +13,20 @@
13 <link rel="icon" href="/images/kirbyfolder.ico" /> 13 <link rel="icon" href="/images/kirbyfolder.ico" />
14 <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> 14 <link rel="pingback" href="http://fourisland.com/xmlrpc.php" />
15 <script type="text/javascript" src="/theme/js/jquery.js"></script> 15 <script type="text/javascript" src="/theme/js/jquery.js"></script>
16 <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script>
17 <script type="text/javascript">
18AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
19 width: 290,
20 transparentpagebg: "yes"
21});
22 </script>
16 </head> 23 </head>
17 24
18 <body id="<!--CATEGORY-->"> 25 <body id="<!--CATEGORY-->">
19 <div id="flash"><!--FLASH--></div> 26 <div id="flash"><!--FLASH--></div>
20 27
21 <div id="header"> 28 <div id="header">
22 <div id="banner"><a href="http://fourisland.com/">Four Island</a></div> 29 <div id="banner"><a href="/">Four Island</a></div>
23 </div> 30 </div>
24 31
25 <div id="page-content"> 32 <div id="page-content">
@@ -121,7 +128,7 @@
121 <div id="content"> 128 <div id="content">
122 <ul id="navbar"> 129 <ul id="navbar">
123 <li<!--BLOGACTIVE-->> 130 <li<!--BLOGACTIVE-->>
124 <a href="http://fourisland.com/"> 131 <a href="/">
125 <img src="/theme/images/icons/newspaper.png" alt="Blog" /> 132 <img src="/theme/images/icons/newspaper.png" alt="Blog" />
126 <span>Blog</span> 133 <span>Blog</span>
127 </a> 134 </a>
@@ -132,28 +139,28 @@
132 </li> 139 </li>
133 140
134 <li<!--FOURMACTIVE-->> 141 <li<!--FOURMACTIVE-->>
135 <a href="http://fourisland.com/fourm/"> 142 <a href="/fourm/">
136 <img src="/theme/images/icons/comment.png" alt="The Fourm" /> 143 <img src="/theme/images/icons/comment.png" alt="The Fourm" />
137 <span>The Fourm</span> 144 <span>The Fourm</span>
138 </a> 145 </a>
139 </li> 146 </li>
140 147
141 <li<!--WIKIACTIVE-->> 148 <li<!--WIKIACTIVE-->>
142 <a href="http://fourisland.com/wiki/"> 149 <a href="/wiki/">
143 <img src="/theme/images/icons/report.png" alt="Wiki" /> 150 <img src="/theme/images/icons/report.png" alt="Wiki" />
144 <span>Wiki</span> 151 <span>Wiki</span>
145 </a> 152 </a>
146 </li> 153 </li>
147 154
148 <li<!--POLLACTIVE-->> 155 <li<!--POLLACTIVE-->>
149 <a href="http://fourisland.com/poll/"> 156 <a href="/poll/">
150 <img src="/theme/images/icons/overlays.png" alt="Polls" /> 157 <img src="/theme/images/icons/overlays.png" alt="Polls" />
151 <span>Polls</span> 158 <span>Polls</span>
152 </a> 159 </a>
153 </li> 160 </li>
154 161
155 <li<!--QUOTESACTIVE-->> 162 <li<!--QUOTESACTIVE-->>
156 <a href="http://fourisland.com/quotes/"> 163 <a href="/quotes/">
157 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" /> 164 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
158 <span>Quotes</span> 165 <span>Quotes</span>
159 </a> 166 </a>
@@ -161,7 +168,7 @@
161 168
162 <!--BEGIN MEMBERS--> 169 <!--BEGIN MEMBERS-->
163 <li<!--LOGACTIVE-->> 170 <li<!--LOGACTIVE-->>
164 <a href="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 171 <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
165 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" /> 172 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
166 <span>Log<!--LOGDATA--></span> 173 <span>Log<!--LOGDATA--></span>
167 </a> 174 </a>
@@ -170,7 +177,7 @@
170 177
171 <!--BEGIN ADMIN--> 178 <!--BEGIN ADMIN-->
172 <li<!--PANELACTIVE-->> 179 <li<!--PANELACTIVE-->>
173 <a href="http://fourisland.com/admin/"> 180 <a href="/admin/">
174 <img src="/theme/images/icons/rainbow.png" alt="Admin" /> 181 <img src="/theme/images/icons/rainbow.png" alt="Admin" />
175 <span>Admin</span> 182 <span>Admin</span>
176 </a> 183 </a>
@@ -239,5 +246,26 @@
239 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a> 246 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
240 </p> 247 </p>
241 </div> 248 </div>
249
250<script type="text/javascript">
251var _tbdef = {user: 'starla4444'};
252(function(){
253var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript';
254tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0];
255if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs);
256})();
257</script>
258
259 <!--Google Analytics-->
260 <script type="text/javascript">
261 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
262 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
263 </script>
264 <script type="text/javascript">
265 var pageTracker = _gat._getTracker("UA-2895652-1");
266 pageTracker._initData();
267 pageTracker._trackPageview();
268 </script>
269 <!--Google Analytics-->
242 </body> 270 </body>
243</html> 271</html>