//SearchController+SitemapController : Refacto done

This commit is contained in:
mDeflotte
2011-09-28 13:51:35 +00:00
parent 95a3f622c7
commit 80b9d8deca
2 changed files with 48 additions and 37 deletions
+4
View File
@@ -36,6 +36,10 @@ class SitemapControllerCore extends FrontController
$this->addJS(_THEME_JS_DIR_.'tools/treeManagement.js');
}
/**
* Assign template vars related to page content
* @see FrontController::process()
*/
public function process()
{
$this->context->smarty->assign('categoriesTree', Category::getRootCategory()->recurseLiteCategTree(0));