Changeset 823 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/13 10:27:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/pollrating.php
r775 r823 43 43 exit(); 44 44 } 45 $start = !empty($_GET['start']) ? intval($_GET['start']) : 0; 45 46 46 47 switch($_POST['mode']) { … … 71 72 $renderer->assignComment($xoopsTpl, $option_id); 72 73 74 $nav = new XoopsPageNav($count, POLL_OPTION_VIEW, $start, "start", 'poll_id='.$poll_id.'&option_id='.$option_id); 75 $xoopsTpl->assign('forum_pagenav', $nav->renderNav(4)); 76 73 77 $xoopsTpl->assign('arrStatus', $arrStatus); 74 78 $xoopsTpl->assign('arrCat', $arrCategory);
Note: See TracChangeset
for help on using the changeset viewer.
