summaryrefslogtreecommitdiff
path: root/modules/book/book.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book.module')
-rw-r--r--modules/book/book.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index e8f672cbf..85f70c7f6 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -411,7 +411,8 @@ function book_view($node, $main = 0) {
// build the tree from bottom to top to have the book index in $level for navigation later
$path = book_location($node);
- $trail[] = l(t("Books"), "book");
+ $trail[] = l(t("Home"), "");
+ $trail[] = l(t("books"), "book");
foreach ($path as $level) {
$trail[] = l($level->title, "node/view/$level->nid");
}