move messages with settings, renamed 'Other'

This commit is contained in:
Antoine Beaupré 2008-04-14 19:18:35 +00:00
parent d2b8570f14
commit ea996efb27
2 changed files with 3 additions and 4 deletions

View File

@ -50,7 +50,6 @@ while (!feof ($tt)) {
} }
fclose($tt); fclose($tt);
?> ?>
<dd><a href="main.php"><?php __("Messages") ?></a></dd>
</dl> </dl>
</body> </body>

View File

@ -28,7 +28,7 @@
---------------------------------------------------------------------- ----------------------------------------------------------------------
*/ */
?> ?>
<dt id="settings"><?php __("Settings"); ?></dt> <dt id="settings"><?php __("Other"); ?></dt>
<dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd>
<dt id="logout"><?php __("Logout"); ?></dt>
<dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd> <dd><a href="mem_logout.php" target="_parent"><?php __("Logout"); ?></a></dd>
<dd><a href="mem_param.php"><?php __("Settings"); ?></a></dd>
<dd><a href="main.php"><?php __("Messages"); ?></a></dd>