Does it make any difference if you append render() to the call posted above
like so:
<?php
echo $this->navigation()->menu()
                                  ->setMaxDepth(10)
                                  ->setMinDepth(1)
                                  ->setOnlyActiveBranch(true)
                                  ->setRenderParents(false)
                                  ->render();
?>

Reply via email to