--- imagecache_textactions.module 2009-02-04 10:13:32.000000000 +0100 +++ imagecache_textactions..module 2009-02-06 16:35:59.000000000 +0100 @@ -8,7 +8,7 @@ * */ -require_once('utility.inc'); // For simple color routines +require_once drupal_get_path('module', 'imagecache_actions') .'utility.inc'; /** * Implementation of hook_imagecache_actions(). @@ -62,4 +62,4 @@ function imagecache_textactions_theme() 'arguments' => array('rgb' => NULL), ), ); -} \ No newline at end of file +}