diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-22 18:20:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-22 18:20:33 -0200 |
commit | a7d2dc7637a923f4b5ba5530b7328e8a55f22985 (patch) | |
tree | 3d4e95c8146ece52cd248293f992e63445377eb5 /muamba-widget.tpl.php | |
parent | 1baa58bdadaad694ec52e92829da52ae901ab466 (diff) | |
download | muamba-a7d2dc7637a923f4b5ba5530b7328e8a55f22985.tar.gz muamba-a7d2dc7637a923f4b5ba5530b7328e8a55f22985.tar.bz2 |
Messages icon in actions handler
Diffstat (limited to 'muamba-widget.tpl.php')
-rw-r--r-- | muamba-widget.tpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/muamba-widget.tpl.php b/muamba-widget.tpl.php index 34a05cd..7d4cc5a 100644 --- a/muamba-widget.tpl.php +++ b/muamba-widget.tpl.php @@ -43,6 +43,7 @@ if ($node->uid != $user->uid) { $content .= theme('muamba_widget_requester', array( 'transaction' => $transactions, 'size' => $size, + 'messages' => $messages, )); } else { @@ -58,6 +59,7 @@ else { $content .= theme('muamba_widget_owner', array( 'transaction' => $transaction, 'size' => $size, + 'messages' => $messages, )); } } |