Account fix (#63)

* Admin Panel

* fixes

-Code Clean Up
-Remove dist folder and merged into tools.

* Use Acc Name

Use Acc Name fix for login.

* Pull fix

* Dashboard fix

- Fix coins table
- Fix points table
This commit is contained in:
Lee
2018-11-26 05:40:39 +00:00
committed by slawkens
parent d1e6061541
commit 82fed8abfe
5 changed files with 109 additions and 223 deletions

View File

@@ -24,7 +24,9 @@ if(isset($errors)) {
}
}
$twig->display('admin.login.html.twig', array(
'errors' => $search_errors,
'logout' => $logout
'logout' => $logout,
'account' => USE_ACCOUNT_NAME ? 'Name' : 'Number',
));