* added faq management - add/edit/move/hide/delete from website

* moved install pages to twig
* load monsters and spells on installation of the AAC
This commit is contained in:
slawkens
2017-10-12 17:40:02 +02:00
parent 315e0400ff
commit f84ae88aa4
27 changed files with 683 additions and 361 deletions

View File

@@ -92,8 +92,7 @@ $last = $commands->rowCount();
echo $twig->render('commands.html.twig', array(
'commands' => $commands,
'last' => $last,
'canEdit' => $canEdit,
'vdarkborder' => $config['vdarkborder']
'canEdit' => $canEdit
));
class Commands