Test-Branch erstellt, Dev-Area for EngineerTrooper, base Editing, theme create
This commit is contained in:
parent
d3d889dc4c
commit
c13a18b00b
6 changed files with 89 additions and 0 deletions
9
conf/modules.inc.php
Normal file
9
conf/modules.inc.php
Normal 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,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue