change app/user_settings to core/user_settings

This commit is contained in:
Mark Crane
2013-01-05 07:15:23 +00:00
parent 33608a7486
commit dd10c5a407
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ echo "<br />";
echo " ".$text['label-usernname'].": \n";
echo " </td>\n";
echo " <td class=\"row_style1\">\n";
echo " <a href='".PROJECT_PATH."/app/user_settings/user_edit.php'>".$_SESSION["username"]."</a> \n";
echo " <a href='".PROJECT_PATH."/core/user_settings/user_edit.php'>".$_SESSION["username"]."</a> \n";
echo " </td>\n";
echo "</tr>\n";