mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-02 14:23:34 +02:00
Top navigation menu
This commit is contained in:
parent
012f8b7e7a
commit
62ae0f716c
3 changed files with 356 additions and 0 deletions
|
@ -56,6 +56,13 @@
|
|||
<div id="container">
|
||||
<div id="header">
|
||||
<h1><?php echo $this->Html->image("brmlab.png",array("height" => "30px")); ?><?php echo $this->Html->link(' BrmSklad', "/"); ?></h1>
|
||||
<ul id="mainmenu">
|
||||
<li><?php echo $this->html->link('Items', "/items"); ?></li>
|
||||
<li><?php echo $this->html->link('Books', "/books"); ?></li>
|
||||
<li><?php echo $this->html->link('Users', "/users"); ?></li>
|
||||
<li><?php echo $this->html->link('Languages', "/languages"); ?></li>
|
||||
</ul>
|
||||
<br class="clear"/>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue