View Single Post
  #5  
Old 01-13-2005, 09:00 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

once you have a var in the url you can use smarty in your templates to check for it as follows

if your url = http://yoursite.com/?myvar=value

Code:
{if $smarty.get.myvar} do this {else} do this instead {/if}

http://smarty.php.net/manual/en/language.variables.smarty.request.php
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote