--- google_docs.theme.inc.orig  2010-11-26 15:38:41.000000000 -0500
+++ google_docs.theme.inc       2010-11-26 15:38:07.000000000 -0500
@@ -12,11 +12,14 @@
     drupal_add_css(drupal_get_path('module', 'google_docs') .'/google_docs.css');
   }
   
-  $ipath = url(drupal_get_path('module', 'google_docs') . "/icons");
+  global $base_path;
+  $tpath = drupal_get_path('module', 'google_docs') . "/icons";
+  $ipath = $base_path . $tpath;
+
   $items = array();
 
   if ($page) {
-    $logo = theme('image', "{$ipath}/gdocs_text_16.png", t('Google Docs logo'), t('Google Docs logo'), array('class' => 'gdocs-text'));
+    $logo = theme('image', "{$tpath}/gdocs_text_16.png", t('Google Docs logo'), t('Google Docs logo'), array('class' => 'gdocs-text'));
     $text = t('These documents are hosted on <a href="@gurl">!logo</a> and are not present on this site. Documents authors are therefore not actual users of this site. To edit, view or download any of these documents, you need <strong>your Google account</strong> to be given access to them by one of the document editor.', array('!logo' => $logo, '@gurl' => "http://docs.google.com"));
     $output =<<< EOHTML
       <div class="gdocs-heading">
