v 1.9 change to $gCms->getSmarty
Posted: Tue Nov 09, 2010 1:12 am
I've got a lot of UDTs that use:
What is the recommended way to replace this since the smarty object has been done away with in 1.9?
The only smarty method I really use is assign().
Code: Select all
global $gCms;
$smarty =& $gCms->GetSmarty();
The only smarty method I really use is assign().