--- brilliant_gallery.module.ori	Tue Sep 11 03:28:20 2007
+++ brilliant_gallery.module	Tue Sep 11 08:12:44 2007
@@ -243,7 +243,7 @@ function render_brilliant_gallery( $this
                          if ( $smallenough === true ) {
                               $result .= '<a href="' . $fullimgpath . '"';
                             } else {
-                              $result .= '<a href="' . '/sites/all/modules/brilliant_gallery/image.php' . '?imgp=' . base64_encode( $absolpath . '/' . $retval[$poct-1] ) . '&imgw=' . $imgwbig . '&imgh=' . $imghbig . '"';
+                              $result .= '<a href="'. drupal_get_path('module', 'brilliant_gallery') .'/image.php?imgp=' . base64_encode( $absolpath . '/' . $retval[$poct-1] ) . '&imgw=' . $imgwbig . '&imgh=' . $imghbig . '"';
                             }
 
                          switch( $overbrowser ) {
@@ -262,7 +262,7 @@ function render_brilliant_gallery( $this
                          }
 
                          $result .= '>';
-                         $result .= '<img style="display: block;" src="' . '/sites/all/modules/brilliant_gallery/image.php' . '?imgp=' . base64_encode( $absolpath . '/' . $retval[$poct-1] ) . '&imgw=' . $imgw . '&imgh=' . $imgh . '" border="0">'; # width="' . $imgw . '"
+                         $result .= '<img style="display: block;border:0" src="'. drupal_get_path('module', 'brilliant_gallery') .'/image.php?imgp=' . base64_encode( $absolpath . '/' . $retval[$poct-1] ) . '&imgw=' . $imgw . '&imgh=' . $imgh . '" />'; # width="' . $imgw . '"
                          $result .= '</a>';
 
                        } else {
