| Commit | Line | Data |
|---|---|---|
| 8086d49e SG |
1 | <?php |
| 2 | // $Id$ | |
| 3 | // Each file loads it's own styles because we cant predict which file will be | |
| 4 | // loaded. | |
| 5 | drupal_add_css(drupal_get_path('module', 'privatemsg') . '/styles/privatemsg-recipients.css'); | |
| 3be9375b OT |
6 | ?> |
| 7 | <div class="message-participants"> | |
| 129e8ef6 | 8 | <?php print $participants; ?> |
| 3be9375b | 9 | </div> |