mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 17:54:55 +02:00
* more templates moved to Twig
This commit is contained in:
@@ -39,6 +39,7 @@ $function = new Twig_SimpleFunction('getStyle', function ($i) {
|
||||
return getStyle($i);
|
||||
});
|
||||
$twig->addFunction($function);
|
||||
$twig->addGlobal('config', $config);
|
||||
|
||||
// trim values we receive
|
||||
if(isset($_POST))
|
||||
|
Reference in New Issue
Block a user