Index: privatemsg-view.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/privatemsg/privatemsg-view.tpl.php,v
retrieving revision 1.6
diff -u -p -r1.6 privatemsg-view.tpl.php
--- privatemsg-view.tpl.php	30 Nov 2009 17:37:15 -0000	1.6
+++ privatemsg-view.tpl.php	5 Mar 2010 00:14:16 -0000
@@ -5,7 +5,7 @@
 drupal_add_css(drupal_get_path('module', 'privatemsg') . '/styles/privatemsg-view.css');
 ?>
 <?php print $anchors; ?>
-<div class="privatemsg-box-fb" id="privatemsg-mid-<?php print $mid; ?>">
+<div class="privatemsg-box-fb <?php print $zebra; ?>" id="privatemsg-mid-<?php print $mid; ?>">
   <div class="left-column">
     <div class="avatar-fb">
       <?php print $author_picture; ?>
@@ -31,4 +31,4 @@ drupal_add_css(drupal_get_path('module',
     <?php endif ?>
   </div>
   <div class="clear-both bottom-border"></div>
-</div>
\ No newline at end of file
+</div>
