setCaching(Smarty::CACHING_LIFETIME_CURRENT); } if (!$smarty->isCached($aTemplate['page'], $nContentCacheID)) { $oSitemap = new oosCategoryTree; $oSitemap->setShowCategoryProductCount(false); // links breadcrumb $oBreadcrumb->add($aLang['navbar_title'], oos_href_link($aContents['sitemap'])); $sCanonical = oos_href_link($aContents['sitemap'], '', FALSE, TRUE); // assign Smarty variables; $smarty->assign( array( 'breadcrumb' => $oBreadcrumb->trail(), 'heading_title' => $aLang['heading_title'], 'canonical' => $sCanonical ) ); $smarty->assign('sitemap', $oSitemap->buildTree()); } // display the template $smarty->display($aTemplate['page']);