* moved some guild pages and account to twig

* fixed account create javascript warnings when fields are empty
This commit is contained in:
slawkens
2017-10-05 17:07:49 +02:00
parent 755deae717
commit 04a7796665
21 changed files with 1123 additions and 824 deletions

View File

@@ -40,7 +40,7 @@ $showed = $post = $reply = false;
if(!empty($_REQUEST['reply']))
$reply=true;
$account = $ots->createObject('Account');
$account = new OTS_Account();
$account->load($_REQUEST['acc']);
$account->isLoaded();
$players = $account->getPlayersList();