diff options
Diffstat (limited to 'muamba-widget.tpl.php')
-rw-r--r-- | muamba-widget.tpl.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/muamba-widget.tpl.php b/muamba-widget.tpl.php index 9052d67..9a0916a 100644 --- a/muamba-widget.tpl.php +++ b/muamba-widget.tpl.php @@ -55,7 +55,11 @@ else { if (!empty($content)) { $output = '<div class="muamba-widget">'; - $output .= '<h3>'. t('Options') .'</h3>'; + + if ($size != 'small') { + $output .= '<h3>'. t('Options') .'</h3>'; + } + $output .= $content; $output .= '</div>'; } |