summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2013-10-15 19:36:07 +0200
committerSimon Rettberg2013-10-15 19:36:07 +0200
commit6a2b41c10ecb70f53f3f42430e93d5dca2b13731 (patch)
treeaeb6045946ed7f27a569e3a834edf226f5b77683 /index.php
parentInitial commit (diff)
downloadslx-admin-6a2b41c10ecb70f53f3f42430e93d5dca2b13731.tar.gz
slx-admin-6a2b41c10ecb70f53f3f42430e93d5dca2b13731.tar.xz
slx-admin-6a2b41c10ecb70f53f3f42430e93d5dca2b13731.zip
Add simple menu bar
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index acf62675..470cd3ef 100644
--- a/index.php
+++ b/index.php
@@ -5,6 +5,8 @@ require_once('inc/render.inc.php');
Render::setTitle('Wurstgesicht');
+Render::parse('main-menu', false);
+
Render::openTag('h1', array('class' => 'wurst kacke'));
Render::closeTag('h1');