ss->assign("ERROR_TEXT", $app_strings['LBL_EMPTY_VCARD']); $this->ss->assign("HEADER", $app_strings['LBL_IMPORT_VCARD']); $this->ss->assign("MODULE", $_REQUEST['module']); $params = array(); $params[] = "{$mod_strings['LBL_MODULE_NAME']}"; $params[] = $app_strings['LBL_IMPORT_VCARD_BUTTON_LABEL']; echo getClassicModuleTitle($mod_strings['LBL_MODULE_NAME'], $params, true); if ( file_exists('custom/include/MVC/View/tpls/Importvcard.tpl') ) $this->ss->display('custom/include/MVC/View/tpls/Importvcard.tpl'); else $this->ss->display('include/MVC/View/tpls/Importvcard.tpl'); } } ?>