Index: trunk/admin/include/sections.php =================================================================== diff -u -r1611 -r1688 --- trunk/admin/include/sections.php (.../sections.php) (revision 1611) +++ trunk/admin/include/sections.php (.../sections.php) (revision 1688) @@ -83,8 +83,10 @@ function IsKernel4Link() { $path = $this->Get('path'); if(!$path) return false; + + $file = $this->Get('file'); - return ( strpos($path, 'index4.php') !== false) ? true : false; + return ( strpos($path, 'index4.php') !== false || strpos($file, 'kernel4:') !== false) ? true : false; } function URL()