Closed (fixed)
Project:
flatforum
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2007 at 03:31 UTC
Updated:
17 Sep 2008 at 02:57 UTC
I noticed that step 3 in the installation instructions tell you to add the style elements from flatforum.css into your theme's css file.
Wouldn't it be better/easier to add this line to the module:
drupal_add_css(drupal_get_path('module', 'flatforum') .'/flatforum.css');
I believe this is the new way to incorporate module stylesheets per http://drupal.org/node/64279#drupal-add-css
If you think this is a logical direction, I can roll a patch.
Kevin
Comments
Comment #1
psicomante commentedCan you prepare a patch of this?
Comment #2
michelleJust tidying up.
Michelle