aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module7
1 files changed, 7 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index fcd6565..b530bb9 100644
--- a/muamba.module
+++ b/muamba.module
@@ -198,6 +198,13 @@ function muamba_theme($existing, $type, $theme, $path) {
),
'file' => 'muamba.theme.inc',
),
+ 'muamba_widget_icon' => array(
+ 'variables' => array(
+ 'status' => MUAMBA_REQUESTED,
+ 'id' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
);
}