mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-04 16:46:50 +01: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