View Single Post
  #4  
Old 11-02-2004, 06:20 PM
 
elabdesigns elabdesigns is offline
 

Advanced Member
  
Join Date: May 2003
Location: Mount Airy, NC
Posts: 66
 

Default

Would it be possible to write a if statement that was along the lines of
Code:
{if $dir eq "admin"} (have desired admin dialog design code here) {else} (have desired customer dialog box design code here) {/if}

I can't quiet get the logic right? Does anyone have any thoughts?
Reply With Quote