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

psicomante’s picture

Can you prepare a patch of this?

michelle’s picture

Status: Active » Closed (fixed)

Just tidying up.

Michelle