//SearchController+SitemapController : Refacto done

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8847 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-09-28 13:51:35 +00:00
parent 5a5bc410bf
commit d943eb7b2b
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));