$groupInfo) { $standCustFld = array(); $standCustFld['groupid']= $groupId; $standCustFld['groupname']= $groupInfo[0]; $standCustFld['description']= $groupInfo[1]; $return_data[]=$standCustFld; $cnt++; } $smarty->assign("LIST_HEADER",$list_header); $smarty->assign("LIST_ENTRIES",$return_data); $smarty->assign("PROFILES", $standCustFld); $smarty->assign("THEME", $theme); $smarty->assign("IMAGE_PATH",$image_path); $smarty->assign("APP", $app_strings); $smarty->assign("CMOD", $mod_strings); $smarty->assign("MOD", return_module_language($current_language,'Settings')); $smarty->assign('GRPCNT', count($return_data)); $smarty->display("ListGroup.tpl"); ?>