summaryrefslogtreecommitdiff
path: root/www-ssl/menu.php
blob: 2c3f95c25965079ed7a129fdd001ba7b76b955d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<? echo $MenueTableStart; ?>

<h4><? echo Get_Text("menu_Name")?></h4>
<div align="left">
<ul type="disc">
<li><a href="index.php"><? echo Get_Text("menu_index");?></a></li>
<? //<li><a href="faq.php"><? echo Get_Text("menu_FAQ");? ></a></li>?>
<? //<li><a href="lageplan.php"><? echo Get_Text("menu_plan");? ></a></li>?>
<li><a href="makeuser.php"><? echo Get_Text("menu_MakeUser");?></a></li>
<li><a href="nonpublic/schichtplan_beamer.php"><? echo Get_Text("pub_menu_SchichtplanBeamer");?></a></li>
</ul>
</div>

<? echo $MenueTableEnd; ?>