* fixed country selection in create account

* deleted some useless code
This commit is contained in:
slawkens
2017-09-14 16:37:01 +02:00
parent c546a46847
commit 801188f957
8 changed files with 11 additions and 21 deletions

View File

@@ -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
));
}