diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-06-30 09:50:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-06-30 09:50:36 +0000 |
commit | e6a67118ebfe21dcc7646676f808d1f4b2fc3a83 (patch) | |
tree | 8da776874e78d6daab8466c0b27be83008462b85 /includes/common.inc | |
parent | 7c1b20fe49310c9dc36b837e56277f4cc62534fd (diff) | |
download | brdo-e6a67118ebfe21dcc7646676f808d1f4b2fc3a83.tar.gz brdo-e6a67118ebfe21dcc7646676f808d1f4b2fc3a83.tar.bz2 |
- Made search.php a module, being search.module.
- Updated the permission names to be more consistent.
- Small improvement to node.php.
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>"; |