Index: trunk/kernel/parser.php =================================================================== diff -u -r3345 -r3351 --- trunk/kernel/parser.php (.../parser.php) (revision 3345) +++ trunk/kernel/parser.php (.../parser.php) (revision 3351) @@ -3673,6 +3673,7 @@ $nbs = ""; +// echo 'MD: '.$MaxDepth.', CATS: '.count($CatIds).'
'; if (!isset($MaxDepth) || (isset($MaxDepth) && ($MaxDepth >= count($CatIds)))) { for ($i = (count($CatIds)-2); $i>0; $i--)