add MenuAgent

This commit is contained in:
coderkun 2014-01-17 13:12:02 +01:00
commit 99a1d525a7
6 changed files with 78 additions and 1 deletions

View file

@ -9,7 +9,10 @@
</head>
<body>
<h1>The Legend of Z</h1>
<header>
<h1>The Legend of Z</h1>
<?=$menu?>
</header>
<article>
<?=$intermediate?>
</article>

View file

@ -0,0 +1,2 @@
<nav>
</nav>