From e6a67118ebfe21dcc7646676f808d1f4b2fc3a83 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jun 2001 09:50:36 +0000 Subject: - Made search.php a module, being search.module. - Updated the permission names to be more consistent. - Small improvement to node.php. --- includes/common.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 9ef2da44f..a5cbba931 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -210,7 +210,6 @@ function field_merge($a, $b) { function link_page() { $links[] = "". t("home") .""; - $links[] = "". t("search") .""; $links[] = "". t("submit") .""; $links[] = "". t("account") .""; -- cgit v1.2.3