summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-22 23:44:09 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-22 23:44:09 +0000
commit99b07a87c4b1cad765acfb6a9f8135f3aaf3353a (patch)
tree3a702d5fa3b52a98fbec10d1154c5f52424d446e /themes/garland
parenta26636549316a3d4c03e9c5d6646b701071109cf (diff)
downloadbrdo-99b07a87c4b1cad765acfb6a9f8135f3aaf3353a.tar.gz
brdo-99b07a87c4b1cad765acfb6a9f8135f3aaf3353a.tar.bz2
#638416 by marcvangend, cweagans and yched: Remove redundant show_messages varoable from template files, and make errors show up during install.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 3ac18c279..bcee882d7 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -45,7 +45,7 @@
<?php if ($title): ?><h1<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h1><?php endif; ?>
<?php if ($tabs): ?><ul class="tabs primary"><?php print render($tabs) ?></ul></div><?php endif; ?>
<?php if ($tabs2): ?><ul class="tabs secondary"><?php print render($tabs2) ?></ul><?php endif; ?>
- <?php if ($show_messages && $messages): print $messages; endif; ?>
+ <?php print $messages; ?>
<?php print render($page['help']); ?>
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
<div class="clearfix">