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