View Single Post
  #4  
Old 04-23-2003, 07:29 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

Can you tell me where I would edit this? Between the * * don't work; tried that.

{* $Id: conditions.tpl,v 1.10 2002/10/22 12:25:54 alfiya Exp $ *}



{capture name=dialog}
{* Place terms and conditions here *}

{if $usertype eq "B" }
{include file="help/conditions_affiliates.tpl"}
{else}
{include file="help/conditions_customers.tpl"}
{/if}

{/capture}
{include file="dialog.tpl" title=$lng.lbl_terms_n_conditions content=$smarty.capture.dialog extra="width=100%"}

(sorry if I'm not aloud to post this code, please advise if I'm not)
Reply With Quote