Can create accounts.

This commit is contained in:
James Cole
2015-05-01 23:17:17 +02:00
parent 3e5e5b376f
commit 11baa968cd
10 changed files with 150 additions and 52 deletions

View File

@@ -71,6 +71,12 @@ class General extends Twig_Extension
}
);
$functions[] = new Twig_SimpleFunction(
'phpdate', function ($str) {
return date($str);
}
);
$functions[] = new Twig_SimpleFunction(
'env', function ($name, $default) {