2 // Each file loads it's own styles because we cant predict which file will be
4 drupal_add_css(drupal_get_path('module', 'privatemsg') .
'/styles/privatemsg-recipients.css');
6 <div
class="privatemsg-message-participants">
7 <?php
print $participants; ?
>