Index: trunk/core/units/general/main_event_handler.php =================================================================== diff -u -N -r4135 -r4141 --- trunk/core/units/general/main_event_handler.php (.../main_event_handler.php) (revision 4135) +++ trunk/core/units/general/main_event_handler.php (.../main_event_handler.php) (revision 4141) @@ -107,7 +107,7 @@ $category_template = $processed_params['m_cat_id'] ? $this->Application->getCache('category_templates', $processed_params['m_cat_id']) : ''; // remove template from url if it is category index cached template - if ($template == $category_template) { + if ($template == $category_template || strtolower($template) == '__default__') { $template = ''; }