I searched forums and found something that looked promising but which (after trying to use on my site*) causes my page template to break:
Code: Select all
$gCms = cmsms();
$modules = array_keys($gCms->modules);
$modObj = $gCms->modules[$modules[0]]['object'];
//following line kills page
$selItems = $modObj->ProcessTemplateFromData(‘{global_content name=\’mygcbname\’}’);
Would appreciate any guidance!