From c71e1339584173f47cb7c1869426ef3cf9639ef3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Jan 2002 22:08:52 +0000 Subject: - Added about 50 title tags. --- modules/user.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 2bf932dfe..a80d9db3b 100644 --- a/modules/user.module +++ b/modules/user.module @@ -414,12 +414,12 @@ function user_search($keys) { function user_link($type) { if ($type == "page") { - $links[] = "". t("user account") .""; + $links[] = "". t("user account") .""; } if ($type == "menu") { - $links[] = "". t("account settings") .""; - $links[] = "
". t("logout") .""; + $links[] = "". t("account settings") .""; + $links[] = "
". t("logout") .""; } if ($type == "admin" && user_access("administer users")) { -- cgit v1.2.3