Index: branches/RC/core/units/general/main_event_handler.php =================================================================== diff -u -N -r11538 -r11843 --- branches/RC/core/units/general/main_event_handler.php (.../main_event_handler.php) (revision 11538) +++ branches/RC/core/units/general/main_event_handler.php (.../main_event_handler.php) (revision 11843) @@ -122,7 +122,7 @@ } $template = getArrayValue($url_params, 't'); - $category_template = $processed_params['m_cat_id'] ? $this->Application->getCache('category_templates', $processed_params['m_cat_id']) : ''; + $category_template = $processed_params['m_cat_id'] ? $this->Application->getCache('category_designs', $processed_params['m_cat_id']) : ''; if ((strtolower($template) == '__default__') && ($processed_params['m_cat_id'] == 0)) { // for "Home" category set template to index when not set