Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Use this template to display the sidebar menu inside static blocks and pages.
- */
- ?>
- <div class="block block-vertnav">
- <div style="background-color:#414042">
- <strong><span style="color:white;"> <?php echo $this->__('Categories'); ?></span></strong>
- </div>
- <div class="block-content" style="background-color:#F2EFE8">
- <ul class="accordion accordion-style1 vertnav vertnav-side clearer">
- <?php echo $this->renderCategoriesMenuHtml(TRUE, 0, 'level-top'); ?>
- </ul>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment