@@ 48-52 (lines=5) @@ | ||
45 | unset($cat); |
|
46 | } |
|
47 | // Display Navigation |
|
48 | if ($categories_count > $nb_categories) { |
|
49 | include_once XOOPS_ROOT_PATH . '/class/pagenav.php'; |
|
50 | $nav = new XoopsPageNav($categories_count, $nb_categories, $start, 'start'); |
|
51 | $GLOBALS['xoopsTpl']->assign('pagenav', $nav->renderNav(4)); |
|
52 | } |
|
53 | } |
|
54 | //keywords |
|
55 | presenter_meta_keywords($GLOBALS['xoopsModuleConfig']['keywords'] . ', ' . implode(', ', $keywords)); |
@@ 84-88 (lines=5) @@ | ||
81 | } |
|
82 | ||
83 | // Display Navigation |
|
84 | if ($slides_count > $nb_slides) { |
|
85 | include_once XOOPS_ROOT_PATH . '/class/pagenav.php'; |
|
86 | $nav = new XoopsPageNav($slides_count, $nb_slides, $start, 'start'); |
|
87 | $GLOBALS['xoopsTpl']->assign('pagenav', $nav->renderNav(4)); |
|
88 | } |
|
89 | //keywords |
|
90 | presenter_meta_keywords($GLOBALS['xoopsModuleConfig']['keywords'] . ', ' . implode(', ', $keywords)); |
|
91 | //description |