Index: trunk/kernel/include/category.php =================================================================== diff -u -N -r3145 -r3154 --- trunk/kernel/include/category.php (.../category.php) (revision 3145) +++ trunk/kernel/include/category.php (.../category.php) (revision 3154) @@ -273,7 +273,7 @@ $parent_path = '|'.implode('|', array_reverse($path_parts) ).'|'; $nav_bar = implode('>', array_reverse($nav_parts) ); - $named_path = implode('/', $named_parts); + $named_path = implode('/', array_reverse($named_parts) ); if($this->Get('ParentPath') != $parent_path || $this->Get('CachedNavbar') != $nav_bar || $this->Get('NamedParentPath') != $named_path ) {