From fa79ee7ea6e3c06bb68b44cf4c78fb7f339b5f06 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Sep 2011 23:32:32 -0300 Subject: Implementing hook_privatemsg_view_alter() --- muamba.module | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'muamba.module') diff --git a/muamba.module b/muamba.module index 6476093..eabd4db 100644 --- a/muamba.module +++ b/muamba.module @@ -135,6 +135,13 @@ function muamba_theme($existing, $type, $theme, $path) { ), 'file' => 'muamba.theme.inc', ), + 'muamba_colorbox_link' => array( + 'variables' => array( + 'path' => NULL, + 'text' => NULL, + ), + 'file' => 'muamba.theme.inc', + ), ); } @@ -167,3 +174,12 @@ function muamba_block_view($delta = '') { } return $block; } + +/** + * Implements hook_privatemsg_view_alter() + * + * @todo + */ +function muamba_privatemsg_view_alter(&$content) { + $content['participants']['#markup'] = $content['participants']['#markup'] . 'TODO: Add here request management bar.'; +} -- cgit v1.2.3