View Single Post
  #1  
Old 08-17-2003, 10:55 AM
 
Tony Tony is offline
 

Member
  
Join Date: Jun 2003
Posts: 12
 

Default whats wrong with this code?

Code:
{if $usertype eq "C"} {else} {if $login eq "" } { include file="auth.tpl" } {else} { include file="authbox.tpl" } {/if}
Reply With Quote