diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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[] = "<a href=\"index.php\">". t("home") ."</a>"; - $links[] = "<a href=\"search.php\">". t("search") ."</a>"; $links[] = "<a href=\"submit.php\">". t("submit") ."</a>"; $links[] = "<a href=\"account.php\">". t("account") ."</a>"; |