Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created July 21, 2012 11:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macnibblet/3155597 to your computer and use it in GitHub Desktop.
Save macnibblet/3155597 to your computer and use it in GitHub Desktop.
<?php
echo $this->navigation('default-navigation')
->menu()
->setPartial('default/navigation/sub_menu')
->render(
null,
array(
'indent' => 4,
'ulClass' => '',
'minDepth' => 1,
'maxDepth' => null,
'onlyActiveBranch' => true,
'renderParents' => false
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment