|
@@ -104,14 +104,14 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
<nav class="top-bar" data-topbar role="navigation" data-options="back_text: <?php echo wfMessage( 'foreground-menunavback' )->text(); ?>">
|
|
|
<ul class="title-area">
|
|
|
<li class="name">
|
|
|
- <h1 class="title-name">
|
|
|
+ <span class="title-name">
|
|
|
<a href="<?php echo $this->data['nav_urls']['mainpage']['href']; ?>">
|
|
|
<?php if ($wgForegroundFeatures['navbarIcon'] != '0') { ?>
|
|
|
<img alt="<?php echo $this->text('sitename'); ?>" class="top-bar-logo" src="<?php echo $this->text('logopath') ?>">
|
|
|
<?php } ?>
|
|
|
<div class="title-name" style="display: inline-block;"><?php echo $wgForegroundFeatures['wikiName']; ?></div>
|
|
|
</a>
|
|
|
- </h1>
|
|
|
+ </span>
|
|
|
</li>
|
|
|
<li class="toggle-topbar menu-icon">
|
|
|
<a href="#"><span><?php echo wfMessage( 'foreground-menutitle' )->text(); ?></span></a>
|
|
@@ -208,7 +208,7 @@ class foregroundTemplate extends BaseTemplate {
|
|
|
$displaytitle = str_replace($pagetitle, $newtitle, $displaytitle);
|
|
|
?><h4 class="namespace label"><?php print $namespace; ?></h4><?php } ?>
|
|
|
<div id="content">
|
|
|
- <h2 id="firstHeading" class="title"><?php print $displaytitle; ?></h2>
|
|
|
+ <h1 id="firstHeading" class="title"><?php print $displaytitle; ?></h1>
|
|
|
<?php if ( $this->data['isarticle'] ) { ?><h3 id="tagline"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
|
|
|
<h5 id="siteSub" class="subtitle"><?php $this->html('subtitle') ?></h5>
|
|
|
<div id="contentSub" class="clear_both"></div>
|