r",
"border-yellow-primary-lighter",
"border-purple-primary-lighter",
"border-green-primary-lighter",
"border-turquoise-primary-lighter",
"border-orange-primary-lighter");
// get path (breadcrumb) of current category
$filter = create_function('cApiCategoryLanguage $item', 'return $item->get(\'idcat\');');
$path = array_map($filter, $categoryHelper->getCategoryPath(cRegistry::getCategoryId(), 69));
// use template to display navigation
$smarty = cSmartyFrontend::getInstance();
$smarty->assign('ulId', 'nav navbar-nav navbar-mobile visible-xs');
$smarty->assign('tree', $tree);
$smarty->assign('path', $path);
$smarty->assign('color', $color);
$smarty->display('get.tpl');
?>