display('install.admin.html.twig', array( 'locale' => $locale, 'session' => $_SESSION, 'account' => $account, 'hasTablePlayers' => $db->hasTable('players'), 'errors' => isset($errors) ? $errors : null, 'buttons' => next_buttons(true, $error ? false : true) )); }