From 74b7b15bcf01eb6cef54d092b22a68c70e9e7dad Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Mon, 9 Jan 2006 19:25:49 +0000 Subject: [PATCH] Changed "View your information" to "View your stats" and added "Edit your profile" to page. --- web/templates/default/infomenu.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/templates/default/infomenu.inc b/web/templates/default/infomenu.inc index c2eef8b544..7fad85e170 100644 --- a/web/templates/default/infomenu.inc +++ b/web/templates/default/infomenu.inc @@ -7,8 +7,7 @@ <tbody> <tr> <td class="info"> - From here you can <a class="tlink2" href="userstats.ssjs">View your information</a> or view the - <a class="tlink2" href="sysinfo.ssjs">System information</a>. + From here you can <a class="tlink2" href="userstats.ssjs">View your stats</a>, <a class="tlink2" href="editprofile.ssjs">Edit your profile</a> or view the <a class="tlink2" href="sysinfo.ssjs">System information</a>. </td> </tr> </tbody> -- GitLab