tlan16

categories.phtml

Jul 1st, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3. * Use this template to display the sidebar menu inside static blocks and pages.
  4. */
  5. ?>
  6. <div class="block block-vertnav">
  7.     <div style="background-color:#414042">
  8.         <strong><span style="color:white;">&nbsp;&nbsp;&nbsp;<?php echo $this->__('Categories'); ?></span></strong>
  9.     </div>
  10.     <div class="block-content" style="background-color:#F2EFE8">
  11.         <ul class="accordion accordion-style1 vertnav vertnav-side clearer">
  12.             <?php echo $this->renderCategoriesMenuHtml(TRUE, 0, 'level-top'); ?>
  13.         </ul>
  14.     </div>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment