Revision 1.20

Change (Line 68):

$quotecss = drupal_get_path('module', 'quote') .'/quote.css';

To:

$quotecss = drupal_get_normal_path('module', 'quote') .'/quote.css';

Tested in Drupal 4.5.2

Comments

TDobes’s picture

For Drupal 4.5.x, you need to use the 4.5 release. (quote.module version 1.13) The newer (CVS) version is designed for Drupal CVS HEAD (soon to be 4.6).

Won't-fixing.