add basic Users- and SeminariesAgent

This commit is contained in:
coderkun 2014-01-17 16:26:49 +01:00
commit 00d4aeac3a
13 changed files with 470 additions and 5 deletions

View file

@ -11,9 +11,12 @@
<body>
<header>
<h1>The Legend of Z</h1>
<?=$menu?>
<nav>
<?=$menu?>
</nav>
</header>
<article>
<h1><?=$title?></h1>
<?=$intermediate?>
</article>
</body>