summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-05-18 09:37:08 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-05-18 09:37:08 -0400
commit14cb40b1173d507b935774638f1507c8c8f6890c (patch)
treed95b6679f033762914448b95303da07c7c17b717 /includes
parentaee267d82cce912dc520419682668490c767f674 (diff)
downloadfourisland-14cb40b1173d507b935774638f1507c8c8f6890c.tar.gz
fourisland-14cb40b1173d507b935774638f1507c8c8f6890c.tar.bz2
fourisland-14cb40b1173d507b935774638f1507c8c8f6890c.zip
Fixed poll sidebar comments
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/footer.php b/includes/footer.php index 04fe838..6713db0 100755 --- a/includes/footer.php +++ b/includes/footer.php
@@ -146,7 +146,7 @@ if (!isset($noRightbar))
146 146
147 $template->adds_block('COMMENTS', array( 'ID' => $getcomments3[$i]['id'], 147 $template->adds_block('COMMENTS', array( 'ID' => $getcomments3[$i]['id'],
148 'AREA' => 'poll', 148 'AREA' => 'poll',
149 'CODED' => $num, 149 'CODED' => $getpotw3['id'],
150 'ENDING' => '.php', 150 'ENDING' => '.php',
151 'TITLE' => 'Poll "' . $getpotw3['question'] . '"', 151 'TITLE' => 'Poll "' . $getpotw3['question'] . '"',
152 'AUTHOR' => (($website != '') ? '<A HREF="' . $website . '">' . $username . '</A>' : $username))); 152 'AUTHOR' => (($website != '') ? '<A HREF="' . $website . '">' . $username . '</A>' : $username)));