View Single Post
  #2  
Old 11-28-2012, 11:50 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Which file holds the menu on books_and_magazines theme?

The template is /books_and_magazines/customer/tabs.tpl

You might want to watch my tutorial on webmaster mode if you are having trouble locating a template. The header is near the bottom of the template list for SEO reasons.

Consider this code for making it pull a language value:
Code:
{if $sb.title eq 'Home'}{$lng.lbl_site_path}{else}{$sb.title}{/if}
You can extend it by adding {elseif $sb.title eq 'Shopping Cart'} etc.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote