group together more menus, rename the meaningless Frontpage menu into Messages

This commit is contained in:
Antoine Beaupré 2008-04-14 19:10:43 +00:00
parent 2058e1e1a5
commit a76565250a
4 changed files with 4 additions and 7 deletions

View File

@ -39,8 +39,6 @@ include("head.php");
</div>
<h3>Menu <?php echo $mem->user["login"]; ?></h3>
<dl id="menu-list">
<dt id="home"><?php __("Front page") ?></dt>
<dd class="link"><a href="main.php"><?php __("Front page") ?></a></dd>
<?php
$MENUPATH="/var/alternc/bureau/admin/";
$tt=fopen("menulist.txt","rb");
@ -52,7 +50,8 @@ while (!feof ($tt)) {
}
fclose($tt);
?>
<dd><a href="main.php"><?php __("Messages") ?></a></dd>
</dl>
</body>
</html>

View File

@ -29,5 +29,4 @@
*/
?>
<dt id="help"><?php __("Online help"); ?></dt>
<dd><a href="http://doc.alternc.org/user/" target="help"><?php __("Online help"); ?></a></dd>

View File

@ -28,5 +28,4 @@
----------------------------------------------------------------------
*/
?>
<dt id="quota"><?php __("Show my quotas"); ?></dt>
<dd><a href="quota_show.php"><?php __("Show my quotas"); ?></a></dd>

View File

@ -5,7 +5,7 @@ menu_web.php
menu_ftp.php
menu_sta2.php
menu_sql.php
menu_quota.php
menu_aide.php
menu_adm.php
menu_mem.php
menu_quota.php
menu_aide.php