aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-26 16:58:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-26 16:58:06 -0300
commitdfb96366348a72498b45e3c324fddde100296f43 (patch)
treea3b9a5a58ffdf29c354168844b8001283515df2b /muamba.module
parent22b2b4c6217577cb35c1913c3c2c560979e64236 (diff)
downloadmuamba-dfb96366348a72498b45e3c324fddde100296f43.tar.gz
muamba-dfb96366348a72498b45e3c324fddde100296f43.tar.bz2
Initial muamba page
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',
+ ),
);
}