Thread: Site map page
View Single Post
  #35  
Old 06-16-2005, 03:28 PM
  Bling's Avatar 
Bling Bling is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 162
 

Default

I got a smarty error as well...Im not sure if its the same thing but the last {else}
{include file="common_templates.tpl"}
{/if}

is actually already part of the template and not what you actually what you put in the template. The only part you actually paste in is the top 4 lines...the bottom is just used as reference.

Hopefully it helps...that was the biggest part I messed up on...or maybe I am just way too newbie...heh




{* Lines added for sitemap *}
{elseif $main eq "sitemap"}
{include file="customer/sitemap.tpl"}
{* End of added lines *}

{else}
{include file="common_templates.tpl"}
{/if}
__________________
Thanks...Bling

4.4.2
Reply With Quote