projects
/
project/privatemsg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
#850094 by Michelle: Updated author pane integration
[project/privatemsg.git]
/
privatemsg-recipients.tpl.php
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'
);
6
?
>
7
<
div
class
=
"message-participants"
>
8
<
?php
print
$participants
;
?
>
9
</
div
>