59 : // // for <img> source, need forward slashes; change backslash to forward slash
60 : // 'application.settings.icons.#Replace(qryIconRecords.iconName[intRow], " ", "", "all" )#' = qryIconRecords.imageFile[intRow];
61 : 'application.settings.icons.#qryIconRecords.iconName[intRow]#' = #Replace(qryIconRecords.imageFile[intRow], "\", "/", "all" )#;
62 : }
63 : // create application variables for non-icons/images, split between systemSettings and clientSettings tables
|