Index: classes/Timeline.class.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/timeline/classes/Timeline.class.inc,v
retrieving revision 1.1.2.12
diff -u -p -r1.1.2.12 Timeline.class.inc
--- classes/Timeline.class.inc	7 Oct 2009 17:49:30 -0000	1.1.2.12
+++ classes/Timeline.class.inc	15 Oct 2009 02:54:25 -0000
@@ -50,7 +50,7 @@ class Timeline {
     // startsOn ?!? ether.js on line 22 -fd
     //$this->data['timeline_start'] = $this->get_defined_date_field($view->style_options['limit']['start'], $view->style_options['limit']['custom_start']);
     //$this->data['timeline_end'] = $this->get_defined_date_field($view->style_options['limit']['end'], $view->style_options['limit']['custom_end']);
-    $this->data['theme'] = drupal_substr(strrchr($view->style_options['display']['appearance']['theme'], '/'), 1);
+    $this->data['theme'] = basename($view->style_options['display']['appearance']['theme']);
     $this->data['bubble_max_height'] = $view->style_options['display']['appearance']['bubble_height'];
     $this->data['bubble_width'] = $view->style_options['display']['appearance']['bubble_width'];
   }
