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
|