summaryrefslogtreecommitdiff
path: root/themes/garland/maintenance-page.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/maintenance-page.tpl.php')
-rw-r--r--themes/garland/maintenance-page.tpl.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/garland/maintenance-page.tpl.php b/themes/garland/maintenance-page.tpl.php
index e3d1b9d66..e299fc92e 100644
--- a/themes/garland/maintenance-page.tpl.php
+++ b/themes/garland/maintenance-page.tpl.php
@@ -44,16 +44,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($base_path) .'" title="'. $site_title .'">';
+ print '<h1><a href="' . check_url($base_path) . '" 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>
@@ -68,7 +68,7 @@
<?php endif; ?>
<div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
- <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
+ <?php if ($title): print '<h2' . ($tabs ? ' class="with-tabs"' : '') . '>' . $title . '</h2>'; endif; ?>
<?php print $help; ?>
<?php print $messages; ?>
<div class="clear-block">