From b3655d2937d02c6943143550056e1221487b19ae Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 6 Sep 2010 07:38:30 -0400 Subject: Make poll question a link to poll page --- includes/functions.php | 1 + theme/polloftheweek.tpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index f0dad53..516b0ee 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -331,6 +331,7 @@ function getPollOfTheWeek($id = -1) $getpoll2 = mysql_query($getpoll); $getpoll3 = mysql_fetch_array($getpoll2); + $potw->add('ID', $getpoll3['id']); $potw->add('QUESTION', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['question'])))); $potw->add('OPTION1', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['option1'])))); $potw->add('OPTION2', doAprilFoolsDay(stripslashes(htmlentities($getpoll3['option2'])))); diff --git a/theme/polloftheweek.tpl b/theme/polloftheweek.tpl index 2969487..dfbc772 100755 --- a/theme/polloftheweek.tpl +++ b/theme/polloftheweek.tpl @@ -1,7 +1,7 @@
- +
@@ -32,7 +32,7 @@ - + -- cgit 1.4.1