View Single Post
  #224  
Old 09-12-2013, 05:10 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

You are not following the instructions correctly, please pay more attention.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:
{foreach from=$categories_menu_list item=c} <li>
With...
Code:
{foreach from=$categories_menu_list item=c} <li class="cat_{$c.categoryid}">
__________________
xcartmods.co.uk
Reply With Quote