summaryrefslogtreecommitdiff
path: root/skins/Modern/SkinModern.php
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Modern/SkinModern.php')
-rw-r--r--skins/Modern/SkinModern.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/skins/Modern/SkinModern.php b/skins/Modern/SkinModern.php
index e12ad357..3c36a1a7 100644
--- a/skins/Modern/SkinModern.php
+++ b/skins/Modern/SkinModern.php
@@ -66,10 +66,13 @@ class ModernTemplate extends MonoBookTemplate {
?>
<!-- heading -->
- <div id="mw_header"><h1 id="firstHeading" lang="<?php
+ <div id="mw_header">
+ <?php echo $this->getIndicators(); ?>
+ <h1 id="firstHeading" lang="<?php
$this->data['pageLanguage'] = $this->getSkin()->getTitle()->getPageViewLanguage()->getHtmlCode();
$this->text( 'pageLanguage' );
- ?>"><span dir="auto"><?php $this->html( 'title' ) ?></span></h1></div>
+ ?>"><?php $this->html( 'title' ) ?></h1>
+ </div>
<div id="mw_main">
<div id="mw_contentwrapper">