summary refs log tree commit diff stats
path: root/theme/header.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-01 17:31:52 -0500
committerStarla Insigna <hatkirby@fourisland.com>2010-03-01 17:31:52 -0500
commita1247d574e9872b564abcd2850bc33becac9577b (patch)
tree46245203c28cb08ba37efe185335dea17cc882ee /theme/header.tpl
parent78570eed305682021c1791b1f44ca9235cfcb9ac (diff)
downloadfourisland-a1247d574e9872b564abcd2850bc33becac9577b.tar.gz
fourisland-a1247d574e9872b564abcd2850bc33becac9577b.tar.bz2
fourisland-a1247d574e9872b564abcd2850bc33becac9577b.zip
Changed most absolute URLs to relative URLs
Because Four Island is often viewed using a subdomain or an IP address in lieu of the actual domain name, relative URLs are needed to render the page
correctly in most circumstances.
Diffstat (limited to 'theme/header.tpl')
-rwxr-xr-xtheme/header.tpl44
1 files changed, 22 insertions, 22 deletions
diff --git a/theme/header.tpl b/theme/header.tpl index 896ded5..014e34b 100755 --- a/theme/header.tpl +++ b/theme/header.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" />
@@ -19,7 +19,7 @@
19 <div id="flash"><!--FLASH--></div> 19 <div id="flash"><!--FLASH--></div>
20 20
21 <div id="header"> 21 <div id="header">
22 <div id="banner"><a href="http://fourisland.com/">Four Island</a></div> 22 <div id="banner"><a href="/">Four Island</a></div>
23 </div> 23 </div>
24 24
25 <div id="page-content"> 25 <div id="page-content">
@@ -63,12 +63,12 @@
63 <div class="module rounded sidebar"> 63 <div class="module rounded sidebar">
64 <h3>Affiliates</h3> 64 <h3>Affiliates</h3>
65 65
66 <ul> 66 <ul>
67 <!--BEGIN AFFILIATES--> 67 <!--BEGIN AFFILIATES-->
68 <li> 68 <li>
69 <img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" /> 69 <img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" />
70 <a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a> 70 <a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a>
71 </li> 71 </li>
72 <!--END AFFILIATES--> 72 <!--END AFFILIATES-->
73 </ul> 73 </ul>
74 </div> 74 </div>
@@ -76,12 +76,12 @@
76 <div class="module rounded sidebar"> 76 <div class="module rounded sidebar">
77 <h3>Website Projects</h3> 77 <h3>Website Projects</h3>
78 78
79 <ul> 79 <ul>
80 <!--BEGIN WEBPROJS--> 80 <!--BEGIN WEBPROJS-->
81 <li> 81 <li>
82 <img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" /> 82 <img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" />
83 <a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a> 83 <a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a>
84 </li> 84 </li>
85 <!--END WEBPROJS--> 85 <!--END WEBPROJS-->
86 </ul> 86 </ul>
87 </div> 87 </div>
@@ -108,7 +108,7 @@
108 <div id="content"> 108 <div id="content">
109 <ul id="navbar"> 109 <ul id="navbar">
110 <li<!--BLOGACTIVE-->> 110 <li<!--BLOGACTIVE-->>
111 <a href="http://fourisland.com/"> 111 <a href="/">
112 <img src="/theme/images/icons/newspaper.png" alt="Blog" /> 112 <img src="/theme/images/icons/newspaper.png" alt="Blog" />
113 <span>Blog</span> 113 <span>Blog</span>
114 </a> 114 </a>
@@ -119,21 +119,21 @@
119 </li> 119 </li>
120 120
121 <li<!--FOURMACTIVE-->> 121 <li<!--FOURMACTIVE-->>
122 <a href="http://fourisland.com/fourm/"> 122 <a href="/fourm/">
123 <img src="/theme/images/icons/comment.png" alt="The Fourm" /> 123 <img src="/theme/images/icons/comment.png" alt="The Fourm" />
124 <span>The Fourm</span> 124 <span>The Fourm</span>
125 </a> 125 </a>
126 </li> 126 </li>
127 127
128 <li<!--POLLACTIVE-->> 128 <li<!--POLLACTIVE-->>
129 <a href="http://fourisland.com/poll/"> 129 <a href="/poll/">
130 <img src="/theme/images/icons/overlays.png" alt="Polls" /> 130 <img src="/theme/images/icons/overlays.png" alt="Polls" />
131 <span>Polls</span> 131 <span>Polls</span>
132 </a> 132 </a>
133 </li> 133 </li>
134 134
135 <li<!--QUOTESACTIVE-->> 135 <li<!--QUOTESACTIVE-->>
136 <a href="http://fourisland.com/quotes/"> 136 <a href="/quotes/">
137 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" /> 137 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
138 <span>Quotes</span> 138 <span>Quotes</span>
139 </a> 139 </a>
@@ -141,7 +141,7 @@
141 141
142 <!--BEGIN MEMBERS--> 142 <!--BEGIN MEMBERS-->
143 <li<!--LOGACTIVE-->> 143 <li<!--LOGACTIVE-->>
144 <a href="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 144 <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
145 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" /> 145 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
146 <span>Log<!--LOGDATA--></span> 146 <span>Log<!--LOGDATA--></span>
147 </a> 147 </a>
@@ -150,7 +150,7 @@
150 150
151 <!--BEGIN ADMIN--> 151 <!--BEGIN ADMIN-->
152 <li<!--PANELACTIVE-->> 152 <li<!--PANELACTIVE-->>
153 <a href="http://fourisland.com/admin/"> 153 <a href="/admin/">
154 <img src="/theme/images/icons/rainbow.png" alt="Admin" /> 154 <img src="/theme/images/icons/rainbow.png" alt="Admin" />
155 <span>Admin</span> 155 <span>Admin</span>
156 </a> 156 </a>