aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-06 17:41:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-06 17:41:54 -0300
commit4654eb2a446f64c66233b7bc38cc2a9b7bf151cc (patch)
treec68a1aa06acbd968a9f3d88b6e2d1a05cd771cbb /muamba.module
parent470cfd7fe8ea97b476eb4ca4fb430eae2ffae669 (diff)
downloadmuamba-4654eb2a446f64c66233b7bc38cc2a9b7bf151cc.tar.gz
muamba-4654eb2a446f64c66233b7bc38cc2a9b7bf151cc.tar.bz2
Coding muamba_recover() and misc fixes
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module24
1 files changed, 24 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index de1724c..4bff851 100644
--- a/muamba.module
+++ b/muamba.module
@@ -174,6 +174,30 @@ function muamba_theme($existing, $type, $theme, $path) {
),
'file' => 'muamba.theme.inc',
),
+ 'muamba_cancel_message' => array(
+ 'variables' => array(
+ 'transaction' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
+ 'muamba_return_message' => array(
+ 'variables' => array(
+ 'transaction' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
+ 'muamba_recover_message' => array(
+ 'variables' => array(
+ 'transaction' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
+ 'muamba_lost_message' => array(
+ 'variables' => array(
+ 'transaction' => NULL,
+ ),
+ 'file' => 'muamba.theme.inc',
+ ),
);
}