FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 920fa67c authored by Jamie Giberti's avatar Jamie Giberti Committed by GitHub
Browse files

Merge pull request #112 from misd-service-development/h1fix

H1fix
parents 683a0dcf f3b5701f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name = University of Cambridge
description = The University of Cambridge's house style.
core = 7.x
engine = phptemplate
version = 1.12
version = 1.13
stylesheets[all][] = "css/full-stylesheet.css"
stylesheets[all][] = "css/drupal.css"
......
......@@ -300,10 +300,18 @@ $has_partnerships = isset($page['partnerships']) && count($page['partnerships'])
<img src="<?php print $logo; ?>" class="campl-co-branding-logo" alt=""/>
<?php endif; ?>
<h1 class="campl-page-title">
<?php if ($is_front): ?>
<h1 class="campl-page-title">
<?php else: ?>
<p class="campl-page-title">
<?php endif; ?>
<?php print $site_title; ?>
<?php if (!$has_page_title): print $feed_icons; endif; ?>
</h1>
<?php if ($is_front): ?>
</h1>
<?php else: ?>
</p>
<?php endif; ?>
<?php if ($site_slogan): ?>
<div id="site-slogan" class="campl-page-subtitle">
......
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