Changeset 810 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 09:28:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollresults.php
r809 r810 55 55 $xoopsTpl->assign('poll_id', $poll_id); 56 56 57 $nav = new XoopsPageNav(count($arrOption), $forumdata['topics_per_page'], $start, "start", 'poll_id='.$poll_id);57 $nav = new XoopsPageNav(count($arrOption), 1, $start, "start", 'poll_id='.$poll_id); 58 58 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 59 59
Note: See TracChangeset
for help on using the changeset viewer.
