// all settings assigned like {$config.pt_tools.val} originate from /static/constants.txt config.pt_tools { adminMail = {$config.pt_tools.adminMail} traceLogDir = {$config.pt_tools.traceLogDir} msgboxIconDir = {$config.pt_tools.msgboxIconDir} msgboxColHeadlineBg = {$config.pt_tools.msgboxColHeadlineBg} msgboxColMsgBg = {$config.pt_tools.msgboxColMsgBg} msgboxColBorder = {$config.pt_tools.msgboxColBorder} msgboxFontHeadline = {$config.pt_tools.msgboxFontHeadline} msgboxFontMsg = {$config.pt_tools.msgboxFontMsg} fcRegex_checkText = {$config.pt_tools.fcRegex_checkText} fcRegex_checkDigit = {$config.pt_tools.fcRegex_checkDigit} fcRegex_checkFloat = {$config.pt_tools.fcRegex_checkFloat} fcRegex_checkTel = {$config.pt_tools.fcRegex_checkTel} fcRegex_checkZip = {$config.pt_tools.fcRegex_checkZip} fcRegex_checkLogin = {$config.pt_tools.fcRegex_checkLogin} fcRegex_checkPwd = {$config.pt_tools.fcRegex_checkPwd} fcRegex_checkEmail = {$config.pt_tools.fcRegex_checkEmail} fcRegex_checkDomain = {$config.pt_tools.fcRegex_checkDomain} fcRegex_checkFtp = {$config.pt_tools.fcRegex_checkFtp} fcRegex_checkUserdefined1 = {$config.pt_tools.fcRegex_checkUserdefined1} fcRegex_checkUserdefined2 = {$config.pt_tools.fcRegex_checkUserdefined2} fcRegex_checkUserdefined3 = {$config.pt_tools.fcRegex_checkUserdefined3} fthElementTemplatesFilePath = {$config.pt_tools.fthElementTemplatesFilePath} fthJsHelperFilePath = {$config.pt_tools.fthJsHelperFilePath} fthCssFilePath = {$config.pt_tools.fthCssFilePath} }