Index: themes/views_slideshow_galleria.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow_galleria/themes/views_slideshow_galleria.theme.inc,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 views_slideshow_galleria.theme.inc
--- themes/views_slideshow_galleria.theme.inc	26 Aug 2010 14:37:10 -0000	1.1.2.7
+++ themes/views_slideshow_galleria.theme.inc	13 Sep 2010 19:12:37 -0000
@@ -105,14 +105,14 @@ function _views_slideshow_galleria_add_j
   // Set themeURL to the path to the JS theme file for the galleria.
   if ($options['custom_theme_options']['custom_theme'] && $options['custom_theme_options']['theme_path']) {
     $settings['theme'] = check_plain($options['custom_theme_options']['custom_theme']);
-    $settings['themeURL'] = url($options['custom_theme_options']['theme_path']);
+    $settings['themeURL'] = url($options['custom_theme_options']['theme_path'], array('purl' => array('disabled' => true)));
   }
   else if ($settings['theme'] && !$settings['custom_theme_options']['theme_path']) {
-    $settings['themeURL'] = url($path ."/themes/{$settings['theme']}/galleria.{$settings['theme']}.js");
+    $settings['themeURL'] = url($path ."/themes/{$settings['theme']}/galleria.{$settings['theme']}.js", array('purl' => array('disabled' => true)));
   }
   else if ($settings['custom_theme_options']['theme_path']) {
     // We'll allow a custom theme path to override the default.
-    $settings['themeURL'] = url($options['custom_theme_options']['theme_path']);
+    $settings['themeURL'] = url($options['custom_theme_options']['theme_path'], array('purl' => array('disabled' => true)));
   }
   else {
     // No theme specified; we assume they're using a Drupal theme for styling.
