summaryrefslogtreecommitdiff
path: root/themes/garland/page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/page.tpl.php')
-rw-r--r--themes/garland/page.tpl.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 92559d814..5aed7ccc9 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -33,16 +33,16 @@
}
$site_title = implode(' ', $site_fields);
if ($site_fields) {
- $site_fields[0] = '<span>'. $site_fields[0] .'</span>';
+ $site_fields[0] = '<span>' . $site_fields[0] . '</span>';
}
$site_html = implode(' ', $site_fields);
if ($logo || $site_title) {
- print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">';
+ print '<h1><a href="' . check_url($front_page) . '" title="' . $site_title . '">';
if ($logo) {
- print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />';
+ print '<img src="' . check_url($logo) . '" alt="' . $site_title . '" id="logo" />';
}
- print $site_html .'</a></h1>';
+ print $site_html . '</a></h1>';
}
?>
</div>
@@ -65,11 +65,11 @@
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
<?php print $breadcrumb; ?>
- <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>
+ <?php if ($mission): print '<div id="mission">' . $mission . '</div>'; endif; ?>
<?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
- <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
- <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
- <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
+ <?php if ($title): print '<h2' . ($tabs ? ' class="with-tabs"' : '') . '>' . $title . '</h2>'; endif; ?>
+ <?php if ($tabs): print '<ul class="tabs primary">' . $tabs . '</ul></div>'; endif; ?>
+ <?php if ($tabs2): print '<ul class="tabs secondary">' . $tabs2 . '</ul>'; endif; ?>
<?php if ($show_messages && $messages): print $messages; endif; ?>
<?php print $help; ?>
<div class="clear-block">