Index: contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_singleframe/Attic/views_slideshow_singleframe.theme.inc,v
retrieving revision 1.1.2.1.2.28
diff -u -p -r1.1.2.1.2.28 views_slideshow_singleframe.theme.inc
--- contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	13 Jul 2010 04:02:08 -0000	1.1.2.1.2.28
+++ contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc	14 Aug 2010 03:56:24 -0000
@@ -52,6 +52,8 @@ function template_preprocess_views_slide
   $singleframe = $vars['options']['views_slideshow_singleframe'];
 
   // Only show controls when there is more than one result.
+  $vars['controls_top'] = '';
+  $vars['controls_bottom'] = '';
   if ($settings['num_divs'] > 1) {
     if ($singleframe['controls'] == 1) {
       $vars['controls_top'] = theme('views_slideshow_singleframe_controls', $vss_id, $view, $options);
@@ -61,6 +63,8 @@ function template_preprocess_views_slide
     }
   }
 
+  $vars['pager_top'] = '';
+  $vars['pager_bottom'] = '';
   if ($singleframe['pager'] == 1) {
     $vars['pager_top'] = theme('views_slideshow_singleframe_pager', $vss_id, $view, $options);
   }
@@ -68,6 +72,8 @@ function template_preprocess_views_slide
     $vars['pager_bottom'] = theme('views_slideshow_singleframe_pager', $vss_id, $view, $options);
   }
   
+  $vars['image_count_top'] = '';
+  $vars['image_count_bottom'] = '';
   if ($singleframe['image_count'] == 1) {
     $vars['image_count_top'] = theme('views_slideshow_singleframe_image_count', $vss_id, $view, $options);
   }
Index: contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/Attic/views_slideshow_thumbnailhover.theme.inc,v
retrieving revision 1.1.2.1.2.36
diff -u -p -r1.1.2.1.2.36 views_slideshow_thumbnailhover.theme.inc
--- contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc	4 Jun 2010 03:52:24 -0000	1.1.2.1.2.36
+++ contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc	14 Aug 2010 03:56:24 -0000
@@ -69,6 +69,8 @@ function template_preprocess_views_slide
   $thumbnailhover = $vars['options']['views_slideshow_thumbnailhover'];
 
   // Only show controls when there is more than one result.
+  $vars['controls_top'] = '';
+  $vars['controls_bottom'] = '';
   if ($settings['num_divs'] > 1) {
     if ($thumbnailhover['controls'] == 1) {
       $vars['controls_top'] = theme('views_slideshow_thumbnailhover_controls', $vss_id, $view, $options);
@@ -78,6 +80,8 @@ function template_preprocess_views_slide
     }
   }
 
+  $vars['breakout_top'] = '';
+  $vars['breakout_bottom'] = '';
   if (!$thumbnailhover['teasers_last']) {
     $vars['breakout_top'] = theme('views_slideshow_thumbnailhover_breakout_teasers', $view, $rows, $vss_id, $options);
   }
@@ -85,6 +89,8 @@ function template_preprocess_views_slide
     $vars['breakout_bottom'] = theme('views_slideshow_thumbnailhover_breakout_teasers', $view, $rows, $vss_id, $options);
   }
 
+  $vars['image_count_top'] = '';
+  $vars['image_count_bottom'] = '';
   if ($thumbnailhover['image_count'] == 1) {
     $vars['image_count_top'] = theme('views_slideshow_thumbnailhover_image_count', $vss_id, $view, $options);
   }
