= $this->photoGallery->getPageGallery($this->id);
}
-// $mainNavCategories
-// = (defined('MAIN_NAV_PAGES') && MAIN_NAV_PAGES)
-// ? unserialize(MAIN_NAV_PAGES)
-// : null;
-
-// $tpl
-// = new HTML_Template_Flexy($GLOBALS['flexyOptions']);
$tPage = new stdClass();
-// if ( isset($mainNavCategories)
-// && is_array($mainNavCategories)
-// && in_array($this->id, $mainNavCategories)) {
-// $tPage->isMainLevel = true;
-// } else {
-// $tPage->pods = '';
-// $tPage->isMainLevel = false;
-// }
if ($page) {
$tPage->title = $page['title'];
$tPage->photos = $photoGalleryContent;
}
return $tPage;
-// $tpl->compile('toolbox.html');
-// return $tpl->bufferedOutputObject($tPage);
}
// }}}