View Single Post
  #1  
Old 08-08-2005, 08:06 AM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default custome text button link to another page

I am trying to create a text button link that will direct the user to another page.

I try entering this code into my head.tpl below the customer/top_menu.tpl tag but I keep gettin a smarty error and nothing loads. Don't understand?

code:
<TD valign="top" align="right">
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}

{ {$lng.lbl_Login}}
</TD>

Thanks for the help.
__________________
x-cart 4.0.16v
linux server
Reply With Quote