root / drupal7 / sites / all / modules / privatemsg / privatemsg-recipients.tpl.php @ d756b39a
1 | 85ad3d82 | Assos Assos | <?php
|
---|---|---|---|
2 | //each file loads it's own styles because we cant predict which file will be loaded
|
||
3 | drupal_add_css(drupal_get_path('module', 'privatemsg').'/styles/privatemsg-recipients.css'); |
||
4 | ?>
|
||
5 | <div class="privatemsg-message-participants"> |
||
6 | <?php print $participants; ?> |
||
7 | </div> |