diff --git a/Changelog b/Changelog index f350bb70f..37b2990ae 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-02-17 DariusIII + Chg: Rename category for smarty to catCLass to prevent conflicts Upd: Update getCategoryExclusion and getCategoryExclusionNames functions. Fix: Fix Gamma theme headermenu when coverview is disabled Chg: Change position of browse groups from headermenu to left side menu diff --git a/www/pages/Page.php b/www/pages/Page.php index f070aae1c..44f0b1aae 100644 --- a/www/pages/Page.php +++ b/www/pages/Page.php @@ -51,7 +51,7 @@ class Page extends BasePage $parentcatlist = $category->getForMenu(); $this->smarty->assign('parentcatlist',$parentcatlist); - $this->smarty->assign('category', $category); + $this->smarty->assign('catClass', $category); $searchStr = ''; if ($this->page == 'search' && isset($_REQUEST["id"])) $searchStr = (string) $_REQUEST["id"]; diff --git a/www/themes/Charisma/templates/headermenu.tpl b/www/themes/Charisma/templates/headermenu.tpl index 964f6f5ec..2356bb38e 100755 --- a/www/themes/Charisma/templates/headermenu.tpl +++ b/www/themes/Charisma/templates/headermenu.tpl @@ -2,7 +2,7 @@