Skip to content

Commit

Permalink
Updated issue with category navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Mihic committed Jun 4, 2012
1 parent 998c774 commit 4bb6e5e
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
<ul data-role="listview" data-theme="c" data-divider-theme="a" data-inset="true">
<?php foreach($_categories as $_category): ?>
<li data-icon="info">
<a href="#">
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
<?php echo $_category->getName() ?>
</a>
<?php $_category = Mage::getModel('catalog/category')->load($_category->getId()) ?>
Expand All @@ -32,3 +32,6 @@
<?php endforeach; ?>
</ul>
<?php endif; ?>



0 comments on commit 4bb6e5e

Please sign in to comment.