Index: branches/unlabeled/unlabeled-1.25.2/admin/include/sections.php =================================================================== diff -u -r5438 -r5573 --- branches/unlabeled/unlabeled-1.25.2/admin/include/sections.php (.../sections.php) (revision 5438) +++ branches/unlabeled/unlabeled-1.25.2/admin/include/sections.php (.../sections.php) (revision 5573) @@ -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()