privatemsg-recipients.tpl.php in Privatemsg 7
Same filename and directory in other branches
1 theme call to privatemsg-recipients.tpl.php
- privatemsg_view in ./
privatemsg.pages.inc - Menu callback for viewing a thread.
File
privatemsg-recipients.tpl.phpView source
<?php
//each file loads it's own styles because we cant predict which file will be loaded
drupal_add_css(drupal_get_path('module', 'privatemsg') . '/styles/privatemsg-recipients.css');
?>
<div class="privatemsg-message-participants">
<?php
print $participants;
?>
</div>