--- Macintosh HD:Users:q0rban:Desktop:acidfree:acidfree.module	2006-02-27 17:17:38.%N -0400+++ LaCie:Web:thejettisonparty:public_html:modules:acidfree:acidfree.module	2006-04-08 12:30:24.%N -0400@@ -215,11 +215,8 @@                 'callback' => 'acidfree_page',                 'type' => MENU_LOCAL_TASK);     } else {-        global $theme;-        init_theme();-        $themes = list_themes();         $acidfree_base = drupal_get_path('module', 'acidfree');-        $stylesheet = dirname($themes[$theme]->filename).'/acidfree.css';+        $stylesheet = drupal_get_path('theme', $GLOBALS['theme_key']) . '/acidfree.css';         if (file_exists($stylesheet)) {             theme_add_style($stylesheet);         } else {