Guest User

Untitled

a guest
Oct 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <ul id="toolboxListSmall">
  2. <li><a<?php if ($action=='products') echo ' class="active"'; ?> href="<?php echo url_for('products') ?>">Products</a></li>
  3. <li><a<?php if ($action=='categories') echo ' class="active"'; ?> href="<?php echo url_for('product_categories') ?>">Product Categories</a></li>
  4. </ul>
  5. <div class="clear"></div>
Add Comment
Please, Sign In to add comment