From f47b73d4bc46351a2ed6fdb842ce452b815df58e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Oct 2011 13:10:59 -0300 Subject: Enhancing request/accept --- muamba.theme.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'muamba.theme.inc') 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'); +} -- cgit v1.2.3