View Single Post
  #176  
Old 08-08-2013, 04:46 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Try now, you had commented out this line in skin/reboot/custom/header/categories_header.tpl

Code:
<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>

Edit, I changed it to...

Code:
{if $main ne "checkout"} <label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label> {/if}
__________________
xcartmods.co.uk
Reply With Quote