Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div class="block left-categorys">
  2. <?php
  3. $currentCat = Mage::registry('current_category');
  4. ?>
  5. <div class="category">
  6. <img src="<?php echo $this->getSkinUrl('images/categories.png') ?>" alt="" />
  7. <ul id="nav_category">
  8. <?php foreach ($this->getStoreCategories() as $_category): ?>
  9. <?php echo $this->drawItem($_category) ?>
  10. <?php endforeach ?>
  11. </ul>
  12. </div>
  13. <?php echo $this->getChildHtml('topLeftLinks')
  14. ?>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement