summary refs log tree commit diff stats
path: root/theme/pollIndex.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/pollIndex.tpl')
-rwxr-xr-xtheme/pollIndex.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/theme/pollIndex.tpl b/theme/pollIndex.tpl deleted file mode 100755 index d3788db..0000000 --- a/theme/pollIndex.tpl +++ /dev/null
@@ -1,10 +0,0 @@
1<h2 class="light-at-night">Poll of the Week</h2>
2
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>
4
5<table class="webmail">
6 <tr><th>Question</th><th>Week</th></tr>
7 <!--BEGIN POLL-->
8 <tr<!--POLL.EVEN-->><td><a href="/poll/<!--POLL.ID-->.php"><!--POLL.QUESTION--></a></td><td class="nobr"><!--POLL.WEEK--></td></tr>
9 <!--END POLL-->
10</table>