Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a site with multiple books and would like to change the site's icon depending on the book being viewed.
I know you can change themes using taxomony - but I don't want to add taxomony to all the books.
I'd prefer to use some php in the theme to accomplish this...
I know a little php and theming but do not know how to get drupal to return the title of the book. I can get the title of the pages but I want the icon dependent only on the book title. I looked through all the drupal book functions and could not get any to work they way I wanted.