Closed (duplicate)
Project:
Drupal core
Version:
7.16
Component:
book.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2012 at 23:28 UTC
Updated:
29 Apr 2014 at 23:05 UTC
Jump to comment: Most recent
Comments
Comment #1
chekov commentedThe second problem is easy to fix:
In template_preprocess_book_navigation
Change
$variables['book_url'] = 'node/' . $book_link['bid'];to
$variables['book_url'] = $book_link['bid'];The second one is less obvious - the book title is not available in the $book_link array passed to the function. I'm insufficiently familiar with the code to dig any deeper.
Comment #2
thrnio commentedDuplicate of issue #400982