View Single Post
  #2  
Old 04-24-2009, 03:14 AM
  ElegantXMods.com's Avatar 
ElegantXMods.com ElegantXMods.com is offline
 

Advanced Member
  
Join Date: Apr 2009
Location: Stirling, UK
Posts: 94
 

Default Re: hide menu on static pages and help pages?

Open skin1/customer/home.tpl and find the line

Code:
<!-- main area -->

after this line, insert this code

Code:
{if $main eq "pages"} {include file="customer/home_main.tpl"} {else}

now scroll down and find

Code:
{include file="rectangle_bottom.tpl" }

and ABOVE this insert this line:

Code:
{/if}
__________________
John
ElegantXMods.com

QuickOrder AJAX-based search and ordering system now available
giving you complete control over how customers browse and search for your products. Click here for details.
PriceSlider - easily filter categories by price range - only $9.99 - details here

X-Cart 4.1, X-Cart 4.2 on Windows/IIS and Linux/Apache.
Reply With Quote