diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-24 11:37:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-24 11:37:21 -0300 |
commit | 043d624016705e2b54772e5b6b248024e060bbce (patch) | |
tree | e2710f9d74dcc968660fcaad7cc4a2657beb49ab /muamba-widget.tpl.php | |
parent | 9f31ba02a50d8930a5ce6d9365fcd4a454218271 (diff) | |
download | muamba-043d624016705e2b54772e5b6b248024e060bbce.tar.gz muamba-043d624016705e2b54772e5b6b248024e060bbce.tar.bz2 |
Adding more muamba actions
Diffstat (limited to 'muamba-widget.tpl.php')
-rw-r--r-- | muamba-widget.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba-widget.tpl.php b/muamba-widget.tpl.php index ff5c140..1b2a598 100644 --- a/muamba-widget.tpl.php +++ b/muamba-widget.tpl.php @@ -16,7 +16,7 @@ drupal_add_css($path .'/muamba.css'); $icon = theme('image', array( - 'path' => $path .'/images/request.png', + 'path' => $path .'/images/basket.png', 'alt' => t('Request item'), 'title' => t('Request item'), ) |