add MenuAgent
This commit is contained in:
parent
d205864dd4
commit
99a1d525a7
6 changed files with 78 additions and 1 deletions
|
|
@ -9,7 +9,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>The Legend of Z</h1>
|
||||
<header>
|
||||
<h1>The Legend of Z</h1>
|
||||
<?=$menu?>
|
||||
</header>
|
||||
<article>
|
||||
<?=$intermediate?>
|
||||
</article>
|
||||
|
|
|
|||
2
views/html/menu/index.tpl
Normal file
2
views/html/menu/index.tpl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<nav>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue