View Single Post
  #3  
Old 10-23-2008, 03:05 PM
 
drnlz drnlz is offline
 

Newbie
  
Join Date: Apr 2008
Posts: 8
 

Default Re: Smarty $userinfo variable

Well, I did some digging and just answered my own question so to whom it may concern:

PHP variable $userinfo is created and populated in include/func.user.php and is then passed to smarty on line 676 of cart.php:
Code:
$smarty->assign("userinfo",$userinfo);
__________________
X-Cart Version 4.1.9
Reply With Quote