diff options
-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))); |