Index: trunk/admin/include/sections.php =================================================================== diff -u -N -r4758 -r6093 --- trunk/admin/include/sections.php (.../sections.php) (revision 4758) +++ trunk/admin/include/sections.php (.../sections.php) (revision 6093) @@ -86,7 +86,7 @@ $file = $this->Get('file'); - return ( strpos($path, 'index4.php') !== false || strpos($file, 'kernel4:') !== false) ? true : false; + return ( strpos($path, 'index.php') !== false || strpos($file, 'kernel4:') !== false) ? true : false; } function URL()