Index: branches/5.2.x/core/units/helpers/navigation_bar.php =================================================================== diff -u -N -r15277 -r15278 --- branches/5.2.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 15277) +++ branches/5.2.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 15278) @@ -1,6 +1,6 @@ Application->GetVar('t'); - $physical_template = $this->Application->getPhysicalTemplate($current_template); - - if ( $physical_template !== false ) { - // replace menu template name with it's actual template name on disk - list ($current_template) = explode(':', $physical_template, 2); - } - - return $current_template; + return $this->Application->getPhysicalTemplate($this->Application->GetVar('t')); } /**