Projet

Général

Profil

Paste
Télécharger (276 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / privatemsg / privatemsg-recipients.tpl.php @ 87dbc3bf

1
<?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>