From eb3ffe89f4cdbe4c326e1b1bceabe18c13bd0ca0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2011 17:40:24 -0300 Subject: Adding powered block --- muamba-powered.tpl.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 muamba-powered.tpl.php (limited to 'muamba-powered.tpl.php') diff --git a/muamba-powered.tpl.php b/muamba-powered.tpl.php new file mode 100644 index 0000000..587bce5 --- /dev/null +++ b/muamba-powered.tpl.php @@ -0,0 +1,46 @@ +'; + +print theme('image', + array( + 'path' => $path .'/images/money-back-sticker.png', + 'alt' => t('Money back guarantee'), + 'title' => t('Money back guarantee'), + ) +); + +print theme('image', + array( + 'path' => $path .'/images/druplicon.png', + 'alt' => t('Powered by Drupal'), + 'title' => t('Powered by Drupal'), + ) +); + +print theme('image', + array( + 'path' => $path .'/images/earth-recycle.png', + 'alt' => t('Saving resources'), + 'title' => t('Saving resources'), + ) +); + +print theme('image', + array( + 'path' => $path .'/images/capitalism-kills.png', + 'alt' => t('Capitalism kills'), + 'title' => t('Capitalism kills'), + ) +); + +print ''; -- cgit v1.2.3