- Fixed the "adminster" link at the bottom of every node's display. Patch

by Al.
4.2.x
Dries Buytaert 2003-03-02 20:51:57 +00:00
parent 55a449f972
commit 6ccb8438bc
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ function node_link($type, $node = 0, $main = 0) {
}
if (user_access("administer nodes")) {
$links[] = l(t("administer"), "node/edit/$node->nid", array("title" => t("Administer this node.")));
$links[] = l(t("administer"), "admin/node/edit/$node->nid", array("title" => t("Administer this node.")));
}
}

View File

@ -461,7 +461,7 @@ function node_link($type, $node = 0, $main = 0) {
}
if (user_access("administer nodes")) {
$links[] = l(t("administer"), "node/edit/$node->nid", array("title" => t("Administer this node.")));
$links[] = l(t("administer"), "admin/node/edit/$node->nid", array("title" => t("Administer this node.")));
}
}