$_SESSION['totalrows'] = ''; $_SESSION['recordcount'] = 200; $_SESSION['startval'] = 0; $width = 500; global $mod_strings; global $mod_list_strings; global $app_strings; global $app_list_strings; global $current_user; global $import_file_name; global $upload_maxsize; global $root_directory; global $import_dir; $focus_impacc = new ImportAccount(); $focus_imppro = new ImportProduct(); $focus_impso = new ImportSalesorder(); $focus = 0; $delimiter = ','; $max_lines = 3; $has_header1 = 1; $overwrite1 = 1; $has_header2 = 1; $overwrite2 = 1; global $theme; $theme_path = "themes/" . $theme . "/"; $image_path = $theme_path . "images/"; require_once $theme_path . 'layout_utils.php'; $smarty = new CRMSmarty(); $smarty->assign("MOD", $mod_strings); $smarty->assign("APP", $app_strings); $smarty->assign("IMP", $import_mod_strings);