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.
If have a logo that contains the company name and there is no need to show the site name. To explain what is happening, here is the modified code from page.tpl.php from the bluemarine theme; the h1 has been taken out:
I have an extra page of user detail thanks to the profile module. I would like to theme it, but I can't identify where an if this is possible. I've found plenty about theming the view page ?q=user/1/view, but nothing about theming an edit page like ?q=user/1/edit/blah. Scouring the code I come up short.