mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* fixed country selection in create account
* deleted some useless code
This commit is contained in:
@@ -19,8 +19,6 @@ function generate_search_form($autofocus = false)
|
||||
global $config, $twig;
|
||||
return $twig->render('characters.form.html.twig', array(
|
||||
'link' => getPageLink('characters'),
|
||||
'vdarkborder' => $config['vdarkborder'],
|
||||
'darkborder' => $config['darkborder'],
|
||||
'autofocus' => $autofocus
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user