37 lines
872 B
Plaintext
37 lines
872 B
Plaintext
################
|
|
#### CONFIG ####
|
|
################
|
|
config {
|
|
absRefPrefix = auto
|
|
no_cache = {$config.no_cache}
|
|
uniqueLinkVars = 1
|
|
pageTitleFirst = 1
|
|
linkVars = L
|
|
prefixLocalAnchors = {$config.prefixLocalAnchors}
|
|
renderCharset = utf-8
|
|
metaCharset = utf-8
|
|
doctype = html5
|
|
removeDefaultJS = {$config.removeDefaultJS}
|
|
inlineStyle2TempFile = 1
|
|
admPanel = {$config.admPanel}
|
|
debug = 0
|
|
cache_period = 86400
|
|
sendCacheHeaders = {$config.sendCacheHeaders}
|
|
intTarget =
|
|
extTarget =
|
|
disablePrefixComment = 1
|
|
index_enable = 1
|
|
index_externals = 1
|
|
index_metatags = 1
|
|
headerComment = {$config.headerComment}
|
|
|
|
// Disable Image Upscaling
|
|
noScaleUp = 1
|
|
|
|
// Compression and Concatenation of CSS and JS Files
|
|
compressJs = 1
|
|
compressCss = 1
|
|
concatenateJs = 1
|
|
concatenateCss = 1
|
|
}
|