PerlSetVar OILSWebBasePath "/eg"
PerlSetVar OILSWebWebDir "/openils/var/web"
PerlSetVar OILSWebDefaultTemplateExtension "tt2"
+
+ # Enable Template-Toolkit error debugging messages (apache error log)
PerlSetVar OILSWebDebugTemplate "true"
# -------------------------------------------------------
#PerlSetVar OILSWebMediaPrefix "http://static.example.com/media"
# Locale messages files
- PerlAddVar OILSWebLocale "en"
- PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en.po"
- PerlAddVar OILSWebLocale "en_ca"
- PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en_ca.po"
- PerlAddVar OILSWebLocale "fr_ca"
- PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.fr_ca.po"
+ #PerlAddVar OILSWebLocale "en"
+ #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en.po"
+ #PerlAddVar OILSWebLocale "en_ca"
+ #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en_ca.po"
+ #PerlAddVar OILSWebLocale "fr_ca"
+ #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.fr_ca.po"
# Templates will be loaded from the following paths in reverse order.
PerlAddVar OILSWebTemplatePath "/openils/var/templates"
- PerlAddVar OILSWebTemplatePath "/openils/var/templates_localskin"
+ #PerlAddVar OILSWebTemplatePath "/openils/var/templates_localskin"
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE