summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-13 17:59:49 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-13 17:59:49 +0000
commite728cfbabd8bd21b54dad876c89ea0a0734e6501 (patch)
tree69f4e836064e30c2b41e0092706f2c5efb01f523
parent67fe17164a3e68d6763d613bd758a5e77b0b9419 (diff)
downloadbrdo-e728cfbabd8bd21b54dad876c89ea0a0734e6501.tar.gz
brdo-e728cfbabd8bd21b54dad876c89ea0a0734e6501.tar.bz2
- The 'my account' link is already part of the navigation block.
-rw-r--r--modules/user.module4
-rw-r--r--modules/user/user.module4
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/user.module b/modules/user.module
index 2c0e6b3d7..68ff3785d 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -450,10 +450,6 @@ function user_link($type) {
$links = array();
- if ($type == "page") {
- $links[] = l(t("my account"), "user", array("title" => t("Create a user account, request a new password or edit your account settings.")));
- }
-
if ($type == "system") {
global $user;
if ($user->uid) {
diff --git a/modules/user/user.module b/modules/user/user.module
index 2c0e6b3d7..68ff3785d 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -450,10 +450,6 @@ function user_link($type) {
$links = array();
- if ($type == "page") {
- $links[] = l(t("my account"), "user", array("title" => t("Create a user account, request a new password or edit your account settings.")));
- }
-
if ($type == "system") {
global $user;
if ($user->uid) {