aboutsummaryrefslogtreecommitdiff
path: root/www/www-header.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-05-04 09:51:22 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-05-04 09:51:22 +0200
commit925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375 (patch)
treefdaa9c143ac3e10ac3d52d2957c75a0b06d77e74 /www/www-header.php
parent35764754559c893569625c115707eb3bf73d1cfd (diff)
downloadphorkie-925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375.tar.gz
phorkie-925eaabf42cbbbe2ceac8e1bb95c11ec8be5f375.zip
use a real pager now
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)
{