View Single Post
  #1  
Old 09-18-2005, 05:52 PM
 
missdigital missdigital is offline
 

Member
  
Join Date: Aug 2005
Posts: 18
 

Default Add array to Smarty Template Engine ?

I am doing a Free Gift mod that was posted on this forum. I'm stuck at this part:

Quote:

Lastly, send the two arrays to the smarty templating engine:
Code:

$smarty->assign("activeFreeGifts", $activeFreeGifts);
$smarty->assign("offerFreeGifts", $offerFreeGifts);

How in the world do I add an array to the engine?? TIA
__________________
X-Cart version 4.0.18
Reply With Quote