Prepared index

This commit is contained in:
Timon Ostertun
2020-09-21 22:02:39 +02:00
parent 62cb4408cf
commit 9371acec8c
5 changed files with 58 additions and 4 deletions

View File

@@ -31,7 +31,8 @@
'backbutton' => false, // Show a back button (true, false, string). If a string is given, the back button is a link to this page.
'activenav' => false, // Select which entry of bottom nav should be active (1-5). false for none
'output' => '', // This is where the site content goes
'menus' => '' // Additional menus go here
'menus' => '', // Additional menus go here
'scripts' => '' // Site specific scripts
];
$tpl = new Templates(__DIR__ . '/server/templates/');