summaryrefslogtreecommitdiff
path: root/themes/seven/page.tpl.php
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/seven/page.tpl.php
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/seven/page.tpl.php')
-rw-r--r--themes/seven/page.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php
index 0d3f378f4..df2f53bfd 100644
--- a/themes/seven/page.tpl.php
+++ b/themes/seven/page.tpl.php
@@ -13,7 +13,7 @@
<?php if ($secondary_local_tasks): ?><ul class="tabs secondary"><?php print render($secondary_local_tasks); ?></ul><?php endif; ?>
<div id="content" class="clearfix">
- <?php if ($show_messages && $messages): ?>
+ <?php if ($messages): ?>
<div id="console" class="clearfix"><?php print $messages; ?></div>
<?php endif; ?>
<?php if ($page['help']): ?>