aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index 2a45c70..fa72412 100644
--- a/muamba.module
+++ b/muamba.module
@@ -152,6 +152,12 @@ function muamba_theme($existing, $type, $theme, $path) {
),
'file' => 'muamba.theme.inc',
),
+ 'muamba_accept_message' => array(
+ 'variables' => array(
+ 'transaction' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
);
}