aboutsummaryrefslogtreecommitdiff
path: root/www/www-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/www-header.php')
-rw-r--r--www/www-header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/www-header.php b/www/www-header.php
index f381872..c0b18d3 100644
--- a/www/www-header.php
+++ b/www/www-header.php
@@ -56,6 +56,7 @@ $twig = new \Twig_Environment(
'debug' => true
)
);
+//$twig->addExtension(new \Twig_Extension_Debug());
function render($tplname, $vars)
{