since my site depends on it, I am trying to get the Babel module working with 2.0. Most issues are fixed. Amongst other things, I am retrieving the CMSMS class with
Code: Select all
$gCms = cmsms();
Code: Select all
$smarty =& $gCms->GetSmarty();
Code: Select all
{get_template_vars}Code: Select all
$smarty->assign('BOO', "BANG");Why?

