From e728cfbabd8bd21b54dad876c89ea0a0734e6501 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 13 Dec 2003 17:59:49 +0000 Subject: - The 'my account' link is already part of the navigation block. --- modules/user/user.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/user/user.module') 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) { -- cgit v1.2.3