At the moment, book navigation links are not themable. This is a problem for sites that wish to change where these links are displayed. (i.e. if they want to display them above the node body rather than below)

The simple attached patch renames book_navigation to theme_book_navigation and replaces the sole call to this function with an appropriate theme call.

CommentFileSizeAuthor
theme_book_nav_links.patch1017 bytesTDobes

Comments

jhriggs’s picture

+1

Please put this in for 4.6. I know it's not really a bug fix, but it is a big functionality/usability gain for a tiny patch.

matt westgate’s picture

+1

I'm seeing more and more sites use the book module for things other than books (image galleries, entire sites, etc) and in those cases it'd be nice to tweak the book navigation accordingly. Making it themeable would do the trick.

dries’s picture

Committed to HEAD. Thanks.

Anonymous’s picture