View Single Post
  #11  
Old 05-10-2006, 11:59 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default

Quote:
Originally Posted by xgarb
yep it's add

Code:
$membership_ac = $user_account['membership']; $smarty->assign("membership_ac",$membership_ac);

to your php ie product.php
I do this in include/check_useraccount.php so it's available everywhere, and you can do it in one line:
Code:
$smarty->assign("user_membership",$user_account['membership']);
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote