mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* fixed global config variable in twig templates
* rest from account.create_character moved to twig * fixed some grammar errors * fixed some separators in kathrine template
This commit is contained in:
@@ -39,7 +39,6 @@ $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