diff options
Diffstat (limited to 'themes/pushbutton')
-rw-r--r-- | themes/pushbutton/page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index acf27949b..027bd026c 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -76,7 +76,7 @@ <div id="help"><?php print $help ?></div> <?php endif; ?> - <?php if ($messages != ""): ?> + <?php if ($show_messages && $messages != ""): ?> <?php print $messages ?> <?php endif; ?> |