7 Jan
2006
7 Jan
'06
11:19 a.m.
Op zaterdag 07 januari 2006 11:01, schreef Piotr Krukowiecki:
Maybe leave that to theme? Let theme decide if it wants to use drupal.css or not. A hook_theme_css() or something. This way, if site is configured to allow users to change themes, some themes can use drupal.css and some can choose not to use it.
This is already possible. A theme can override any CSS file that was added with the correct Drupal APIs. In core all css is added this way. Bèr