@@ 47-50 (lines=4) @@ | ||
44 | $catChild = $catHandler->objectToArray($catHandler->getChildren($catId), ['photo_id']); |
|
45 | $xoopsTpl->assign('catChild', $catChild); |
|
46 | /** @var xos_opal_Theme $xoTheme */ |
|
47 | if (isset($catObj)) { |
|
48 | $xoopsTpl->assign('xoops_pagetitle', $catObj->getVar('cat_name')); |
|
49 | $xoTheme->addMeta('meta', 'description', $catObj->getVar('cat_desc')); |
|
50 | } |
|
51 | ||
52 | $rel = 'alternate'; |
|
53 | $attributes['rel'] = $rel; |
@@ 156-159 (lines=4) @@ | ||
153 | ||
154 | $pageNav = new XoopsPageNav($photoHandler->getAlbumCount($catId), $xoopsModuleConfig['nb_column'] * $xoopsModuleConfig['nb_line'], $start, 'start', 'id=' . $catId . '&orderby=' . $orderby . '&sortby=' . $sortby); //xoops - blueteen - tri de l'affichage |
|
155 | $xoopsTpl->assign('pageNav', $pageNav->renderNav()); |
|
156 | if (isset($catObj)) { |
|
157 | $xoopsTpl->assign('xoops_pagetitle', $catObj->getVar('cat_name')); |
|
158 | $xoTheme->addMeta('meta', 'description', $catObj->getVar('cat_desc')); |
|
159 | } |
|
160 | ||
161 | $jquery = $xoopsModuleConfig['enable_jquery']; |
|
162 | $xoopsTpl->assign('jquery', $jquery); |