summary refs log tree commit diff stats
path: root/theme/layouts/6.2/layout.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/layouts/6.2/layout.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/layouts/6.2/layout.tpl')
-rwxr-xr-xtheme/layouts/6.2/layout.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 889d509..49884f1 100755 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl
@@ -4,9 +4,9 @@
4 <HEAD> 4 <HEAD>
5 <TITLE><!--EXTRATITLE-->Four Island</TITLE> 5 <TITLE><!--EXTRATITLE-->Four Island</TITLE>
6 6
7 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->"> 7 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->">
8 <!--[if IE]><LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/ie.css"><![endif]--> 8 <!--[if IE]><LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css/ie.css"><![endif]-->
9 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/print.css" MEDIA="print"> 9 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css/print.css" MEDIA="print">
10 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 10 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
11 <META HTTP-EQUIV="Content-Language" CONTENT="en"> 11 <META HTTP-EQUIV="Content-Language" CONTENT="en">
12 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island"> 12 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island">
@@ -34,7 +34,7 @@
34 <DIV> 34 <DIV>
35 <UL> 35 <UL>
36 <LI<!--HOMEACTIVE-->> 36 <LI<!--HOMEACTIVE-->>
37 <A HREF="http://fourisland.com/"> 37 <A HREF="/">
38 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> 38 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog">
39 <SPAN>Blog</SPAN> 39 <SPAN>Blog</SPAN>
40 </A> 40 </A>
@@ -45,7 +45,7 @@
45 </LI> 45 </LI>
46 46
47 <LI<!--FOURMACTIVE-->> 47 <LI<!--FOURMACTIVE-->>
48 <A HREF="http://fourisland.com/fourm/"> 48 <A HREF="/fourm/">
49 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> 49 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm">
50 <SPAN>The Fourm</SPAN> 50 <SPAN>The Fourm</SPAN>
51 </A> 51 </A>
@@ -53,21 +53,21 @@
53 53
54 54
55 <LI<!--WIKIACTIVE-->> 55 <LI<!--WIKIACTIVE-->>
56 <A HREF="http://fourisland.com/wiki/"> 56 <A HREF="/wiki/">
57 <IMG SRC="/theme/images/icons/report.png" ALT="Wiki"> 57 <IMG SRC="/theme/images/icons/report.png" ALT="Wiki">
58 <SPAN>Wiki</SPAN> 58 <SPAN>Wiki</SPAN>
59 </A> 59 </A>
60 </LI> 60 </LI>
61 61
62 <LI<!--POLLACTIVE-->> 62 <LI<!--POLLACTIVE-->>
63 <A HREF="http://fourisland.com/poll/"> 63 <A HREF="/poll/">
64 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> 64 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls">
65 <SPAN>Polls</SPAN> 65 <SPAN>Polls</SPAN>
66 </A> 66 </A>
67 </LI> 67 </LI>
68 68
69 <LI<!--QUOTESACTIVE-->> 69 <LI<!--QUOTESACTIVE-->>
70 <A HREF="http://fourisland.com/quotes/"> 70 <A HREF="/quotes/">
71 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> 71 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes">
72 <SPAN>Quotes</SPAN> 72 <SPAN>Quotes</SPAN>
73 </A> 73 </A>
@@ -75,7 +75,7 @@
75 75
76 <!--BEGIN MEMBERS--> 76 <!--BEGIN MEMBERS-->
77 <LI<!--LOGACTIVE-->> 77 <LI<!--LOGACTIVE-->>
78 <A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 78 <A HREF="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
79 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> 79 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->">
80 <SPAN>Log<!--LOGDATA--></SPAN> 80 <SPAN>Log<!--LOGDATA--></SPAN>
81 </A> 81 </A>
@@ -84,7 +84,7 @@
84 84
85 <!--BEGIN ADMIN--> 85 <!--BEGIN ADMIN-->
86 <LI<!--PANELACTIVE-->> 86 <LI<!--PANELACTIVE-->>
87 <A HREF="http://fourisland.com/admin/"> 87 <A HREF="/admin/">
88 <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin"> 88 <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin">
89 <SPAN>Admin</SPAN> 89 <SPAN>Admin</SPAN>
90 </A> 90 </A>