summary refs log tree commit diff stats
path: root/theme
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2010-09-22 22:59:09 -0400
committerStarla Insigna <starla4444@gmail.com>2010-09-22 22:59:09 -0400
commitdce71eebff258965dcf4d24f88a8e7db32c90812 (patch)
tree7f13d6260e99e5ec5b09121e054bf81ba1bda2bc /theme
parent61615f190616729f7ccae5012e29c0b1cf29da8c (diff)
downloadfourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.tar.gz
fourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.tar.bz2
fourisland-dce71eebff258965dcf4d24f88a8e7db32c90812.zip
Removed POTW from sidebar
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/layouts/4.5/layout.tpl6
-rwxr-xr-xtheme/layouts/6.2/layout.tpl6
-rwxr-xr-xtheme/layouts/7/layout.tpl6
-rwxr-xr-xtheme/layouts/subtle/layout.tpl6
-rwxr-xr-xtheme/pollIndex.tpl14
5 files changed, 0 insertions, 38 deletions
diff --git a/theme/layouts/4.5/layout.tpl b/theme/layouts/4.5/layout.tpl index ada39b9..27abd83 100755 --- a/theme/layouts/4.5/layout.tpl +++ b/theme/layouts/4.5/layout.tpl
@@ -98,12 +98,6 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
98 98
99 <!--EXTRASIDEBAR--> 99 <!--EXTRASIDEBAR-->
100 100
101 <div class="module rounded sidebar">
102 <h3>Poll of the Week</h3>
103
104 <!--POTW-->
105 </div>
106
107 <P /> 101 <P />
108 102
109 <DIV class="sidebar module rounded"> 103 <DIV class="sidebar module rounded">
diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 6f91eab..6ba1d1e 100755 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl
@@ -138,12 +138,6 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
138 <!--END CREATE_HATNAV--> 138 <!--END CREATE_HATNAV-->
139 139
140 <!--EXTRASIDEBAR--> 140 <!--EXTRASIDEBAR-->
141
142 <div class="module rounded sidebar">
143 <h3>Poll of the Week</h3>
144
145 <!--POTW-->
146 </div>
147 141
148 <P /> 142 <P />
149 143
diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index 25489d7..2cacae5 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl
@@ -66,12 +66,6 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
66 <!--EXTRASIDEBAR--> 66 <!--EXTRASIDEBAR-->
67 67
68 <div class="module rounded sidebar"> 68 <div class="module rounded sidebar">
69 <h3>Poll of the Week</h3>
70
71 <!--POTW-->
72 </div>
73
74 <div class="module rounded sidebar">
75 <h3>Affiliates</h3> 69 <h3>Affiliates</h3>
76 70
77 <ul> 71 <ul>
diff --git a/theme/layouts/subtle/layout.tpl b/theme/layouts/subtle/layout.tpl index acfe682..ac57aa7 100755 --- a/theme/layouts/subtle/layout.tpl +++ b/theme/layouts/subtle/layout.tpl
@@ -117,12 +117,6 @@ AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
117 117
118 <div id="sidebar"> 118 <div id="sidebar">
119 <!--EXTRASIDEBAR--> 119 <!--EXTRASIDEBAR-->
120
121 <div class="module rounded sidebar">
122 <h3>Poll of the Week</h3>
123
124 <!--POTW-->
125 </div>
126 120
127 <div class="module rounded sidebar"> 121 <div class="module rounded sidebar">
128 <h3>Affiliates</h3> 122 <h3>Affiliates</h3>
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl index 35e7fe2..d3788db 100755 --- a/theme/pollIndex.tpl +++ b/theme/pollIndex.tpl
@@ -1,9 +1,5 @@
1<h2 class="light-at-night">Poll of the Week</h2> 1<h2 class="light-at-night">Poll of the Week</h2>
2 2
3<div class="module rounded sidebar center">
4 <!--POTW-->
5</div>
6
7<p class="light-at-night">Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if you're logged in using the links below!</p> 3<p class="light-at-night">Welcome to the Poll of the Week! Feel free to vote on these! You can review old ones and also comment on them if you're logged in using the links below!</p>
8 4
9<table class="webmail"> 5<table class="webmail">
@@ -12,13 +8,3 @@
12 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr> 8 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr>
13 <!--END POLL--> 9 <!--END POLL-->
14</table> 10</table>
15
16<p>
17 <!--BEGIN PREVIOUS-->
18 <a href="/poll/?start=<!--PREVIOUS.ID-->" style="float: left">Previous</a>
19 <!--END PREVIOUS-->
20
21 <!--BEGIN NEXT-->
22 <a href="/poll/?start=<!--NEXT.ID-->" style="float: right">Next</a>
23 <!--END NEXT-->
24</p>