Issue status update for http://drupal.org/node/19169 Project: Drupal Version: cvs Component: book.module Category: tasks Priority: normal Assigned to: TDobes Reported by: TDobes Updated by: jhriggs Status: patch +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. jhriggs Previous comments: ------------------------------------------------------------------------ March 20, 2005 - 01:57 : TDobes Attachment: http://drupal.org/files/issues/theme_book_nav_links.patch (1017 bytes) 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.