summaryrefslogtreecommitdiff
path: root/node.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-06-30 09:50:36 +0000
committerDries Buytaert <dries@buytaert.net>2001-06-30 09:50:36 +0000
commite6a67118ebfe21dcc7646676f808d1f4b2fc3a83 (patch)
tree8da776874e78d6daab8466c0b27be83008462b85 /node.php
parent7c1b20fe49310c9dc36b837e56277f4cc62534fd (diff)
downloadbrdo-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 'node.php')
-rw-r--r--node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.php b/node.php
index afb9472b8..e6db41913 100644
--- a/node.php
+++ b/node.php
@@ -70,7 +70,7 @@ function node_render($node) {
function node_failure() {
global $theme;
$theme->header();
- $theme->box(t("Not found"), t("The node you are looking for does not exist yet or is no longer accessible:") ."<UL><LI><A HREF=\"search.php\">". t("search node") ."</A></LI><LI><A HREF=\"submit.php\">". t("add node") ."</A></LI></UL>\n");
+ $theme->box(t("Not found"), t("The node you are looking for does not exist yet or is no longer accessible.") ."\n");
$theme->footer();
}