diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-07-06 07:33:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-07-06 07:33:59 +0000 |
commit | 7bb88809b7eb4bf8cb410f6234bfe1ba43e553a2 (patch) | |
tree | a17534269bded3a932176716bc416e1aeebbccb7 /modules/book.module | |
parent | 4bbc277881b9fdffc3e4fc0eb6e72e4ceb6b18d4 (diff) | |
download | brdo-7bb88809b7eb4bf8cb410f6234bfe1ba43e553a2.tar.gz brdo-7bb88809b7eb4bf8cb410f6234bfe1ba43e553a2.tar.bz2 |
- Patch #9049 by JonBob: fixed a number of tab issues.
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index d5802fb33..50aae88f6 100644 --- a/modules/book.module +++ b/modules/book.module @@ -573,7 +573,7 @@ function book_navigation($node) { foreach ($path as $level) { $node->breadcrumb[] = array('path' => 'book/view/'. $level->nid, 'title' => $level->title); } - $node->breadcrumb[] = array('path' => 'book/view/'. $node->nid); + $node->breadcrumb[] = array('path' => 'node/'. $node->nid); if ($node->nid) { $output .= '<div class="book">'; |