Skip to content
Snippets Groups Projects
Commit 037a3e4b authored by e2tha-e's avatar e2tha-e
Browse files

splitting up page.tpl.php if statements

parent f60a8ad6
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,17 @@
// rendered.
?>
<?php if ($is_front): ?>
<?php if (!$site_name): ?><h1><?php endif; ?>
<?php if (!$site_name): ?>
<h1>
<?php endif; ?>
<?php endif; ?>
<a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
<img src="<?php print $logo; ?>" alt="<?php print $system_site_name; ?>" />
</a>
<?php if ($is_front): ?>
<?php if (!$site_name): ?></h1><?php endif; ?>
<?php if (!$site_name): ?>
</h1>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php if ($site_name || $site_slogan): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment