aboutsummaryrefslogtreecommitdiff
path: root/muamba.theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'muamba.theme.inc')
-rw-r--r--muamba.theme.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/muamba.theme.inc b/muamba.theme.inc
index 6254074..5fc3b19 100644
--- a/muamba.theme.inc
+++ b/muamba.theme.inc
@@ -81,3 +81,12 @@ function theme_muamba_colorbox_link($variables) {
return $output;
}
+
+/**
+ * Theme callback.
+ *
+ * @todo
+ */
+function theme_muamba_request_message($transaction = NULL) {
+ return t('User has requested an item');
+}