aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module4
1 files changed, 4 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index 43857d9..deb1b2d 100644
--- a/muamba.module
+++ b/muamba.module
@@ -119,6 +119,10 @@ function muamba_theme($existing, $type, $theme, $path) {
'muamba_powered' => array(
'template' => 'muamba-powered',
),
+ 'muamba_transactions' => array(
+ 'variables' => array('transactions' => NULL),
+ 'file' => 'muamba.theme.inc',
+ ),
);
}