#It appears as though the drupal 5.x that I have no longer supports the function used in 4.x
#It was neccessary to change the line as below in order for me to install the module.
#
#Line 10 was changed from the deprecated function to the new replacement function
#
#theme_add_style($erp_base_path .'/erp.css');
drupal_add_css($erp_base_path .'/erp.css');

Comments

oadaeh’s picture

Status: Patch (to be ported) » Active

That isn't a patch. I'll create and submit one later today or tomorrow.

singularo’s picture

Assigned: Unassigned » singularo
Status: Active » Fixed

This has been fixed for ages in head, but not in the snapshot, sorry. Its there now.

Anonymous’s picture

Status: Fixed » Closed (fixed)