Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2007 at 00:59 UTC
Updated:
21 Jun 2011 at 02:25 UTC
The theme settings page allows the admin to change the logo for any theme, including global settings that are applied everywhere.
However, misc/maintenance.css contains the default Drupal logo (druplicon.png) hard coded. It does not change no matter what, so it is not consistent with the theme used on the rest of the site.
So if I call:
print theme('maintenance_page', 'go away!');
the page that's displayed does not look similar to the rest of my site.
Please modify maintenance.css so that it uses the logo associated with the current active theme.
Comments
Comment #1
stevenpatzComment #2
dpearcefl commentedConsidering the age of this issue with no responses and that D5 is unsupported, I am closing this issue.