Skip to content

Instantly share code, notes, and snippets.

@jagmitg
Created April 2, 2012 18:16
Show Gist options
  • Save jagmitg/2285985 to your computer and use it in GitHub Desktop.
Save jagmitg/2285985 to your computer and use it in GitHub Desktop.
<ul id="nav_vert">
<?php foreach ($this->getStoreCategories() as $_category): ?>
<?php echo $this->drawItem($_category) ?>
<?php endforeach ?> </ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment