Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
Garland theme
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2007 at 15:23 UTC
Updated:
9 Sep 2014 at 12:07 UTC
Jump to comment: Most recent
Comments
Comment #1
Stefan Nagtegaal commentedI said this before, and I say it again: we can only get around these kind of _user_ errors, by having some sort of defines in our themes which could be used by other modules.
Something like:
define(THEME_MAXIMUM_WIDTH, '550'); // To prevent breaking the layout
define('THEME_BACKGROUND_COLOR', '#223644'); // For blending added shadows to the background color of the area where it is displayed
etc, etc... :-)
though, this is in no way an issue for image_attach. So, I assign this to the "theme system" and it's version to "HEAD" so someone may implement it.
Comment #2
pasqualleComment #3
cafuego commentedGarland was removed from D8 and IE6 is no longer supported, should this issue be closed?
Comment #4
Lucasljj commented