assign("APP", $app_strings); $smarty->assign("MOD", return_module_language($current_language,'Settings')); $smarty->assign("THEME", $theme); $smarty->assign("CMOD", $mod_strings); global $theme; $theme_path="themes/".$theme."/"; $image_path=$theme_path."images/"; $smarty->assign("IMAGE_PATH",$image_path); $smarty->assign("ROLEID", $delete_role_id); $smarty->assign("ROLENAME", $delete_role_name); $opt = ''; $smarty->assign("ROLEPOPUPBUTTON", $opt); $smarty->display("DeleteRole.tpl"); ?>