Change app/user to app/user_settings.

This commit is contained in:
Mark Crane
2013-01-05 06:58:14 +00:00
parent 3307967d9c
commit 5f138a5f52
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -56,14 +56,14 @@ echo "<br />";
//start the user table
echo "<table width=\"100%\" border=\"0\" cellpadding=\"7\" cellspacing=\"0\">\n";
echo "<tr>\n";
echo " <th class='th' colspan='2' align='left'>".$text['title-user-information']."&nbsp;</th>\n";
echo " <th class='th' colspan='2' align='left'>".$text['title-user-settings']."&nbsp;</th>\n";
echo "</tr>\n";
echo "<tr>\n";
echo " <td width='20%' class=\"vncell\" style='text-align: left;'>\n";
echo " ".$text['label-usernname'].": \n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/app/user/user_edit.php'>".$_SESSION["username"]."</a> \n";
echo " <a href='".PROJECT_PATH."/app/user_settings/user_edit.php'>".$_SESSION["username"]."</a> \n";
echo " </td>\n";
echo "</tr>\n";