Test-Branch erstellt, Dev-Area for EngineerTrooper, base Editing, theme create

This commit is contained in:
engineerTrooper 2020-09-20 12:56:04 +02:00
commit c13a18b00b
6 changed files with 89 additions and 0 deletions

9
conf/modules.inc.php Normal file
View file

@ -0,0 +1,9 @@
<?php
//register modules -> need to have the Module Class at parent with the init function ;)
$modules = [];
// register controllers that can handle templates ;) need to have a render function for this
$controllers = [
'test' => \Modules\Engineers\TestController::class,
];