1
|
;<?php exit(); ?>
|
2
|
;###############################################################################
|
3
|
;### ###
|
4
|
;### configurable settings for frontend template ###
|
5
|
;### ###
|
6
|
;###############################################################################
|
7
|
;
|
8
|
[twig-loader-file]
|
9
|
; settings for Twig_Loader_Filesystem
|
10
|
templates_dir = "templates/"
|
11
|
default_template = "index.twig"
|
12
|
;
|
13
|
[frontend_register]
|
14
|
; automatically include optional WB module files (frontend.css, frontend.js)
|
15
|
head_css = true
|
16
|
head_js = true
|
17
|
head_jquery = true
|
18
|
; automatically include optional WB module file frontend_body.js)
|
19
|
body_js = true
|
20
|
body_jquery = false
|
21
|
;
|
22
|
[twig-environment]
|
23
|
; settings for the Twig_Environment
|
24
|
autoescape = false
|
25
|
cache = false
|
26
|
debug = false
|
27
|
;
|
28
|
;cache = "/var/www/clients/client1/web1/web/temp/Twig/"
|
29
|
;strict_variables = true
|
30
|
;base_template_class = false
|
31
|
;auto_reload = false
|
32
|
;
|