anchor for polls

This commit is contained in:
Kevin
2008-08-31 18:22:03 +00:00
parent 27d8cc5b23
commit e16ca76bea
3 changed files with 3 additions and 1 deletions

View File

@@ -341,7 +341,7 @@ if( $poll_forums === TRUE )
'S_IS_MULTI_CHOICE' => ($data['poll_max_options'] > 1) ? true : false,
'S_POLL_ACTION' => $portalvote_url,
'U_VIEW_RESULTS' => $portalpoll_url . '&view=viewpoll',
'U_VIEW_RESULTS' => $portalpoll_url . '&view=viewpoll#viewpoll',
'U_VIEW_TOPIC' => $viewtopic_url
));