diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-05-18 09:37:08 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-05-18 09:37:08 -0400 |
commit | 14cb40b1173d507b935774638f1507c8c8f6890c (patch) | |
tree | d95b6679f033762914448b95303da07c7c17b717 | |
parent | aee267d82cce912dc520419682668490c767f674 (diff) | |
download | fourisland-14cb40b1173d507b935774638f1507c8c8f6890c.tar.gz fourisland-14cb40b1173d507b935774638f1507c8c8f6890c.tar.bz2 fourisland-14cb40b1173d507b935774638f1507c8c8f6890c.zip |
Fixed poll sidebar comments
-rwxr-xr-x | includes/footer.php | 2 |
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))); |