diff options
Diffstat (limited to 'www-ssl/menu.php')
-rwxr-xr-x | www-ssl/menu.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www-ssl/menu.php b/www-ssl/menu.php index 94ce4ea3..14f019c6 100755 --- a/www-ssl/menu.php +++ b/www-ssl/menu.php @@ -1,21 +1,4 @@ <?PHP -/* -<? 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; ?> - -*/ $Menu["Path"] = ""; $Menu["Name"] = Get_Text("menu_Name"); |