20 Mar
2005
20 Mar
'05
9:04 a.m.
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: TDobes Status: patch 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. TDobes