diff options
Diffstat (limited to 'menu.php')
-rwxr-xr-x | menu.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/menu.php b/menu.php new file mode 100755 index 00000000..2c3f95c2 --- /dev/null +++ b/menu.php @@ -0,0 +1,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; ?> |