Browse Source

Add namespace as specific element in page

Jamie Thingelstad 12 years ago
parent
commit
963b2c1130
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Foreground.skin.php

+ 1 - 0
Foreground.skin.php

@@ -126,6 +126,7 @@ class foregroundTemplate extends BaseTemplate {
 							<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) );  ?>
 							<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) );  ?>
 						</ul>
 						</ul>
 					<?php endif; ?>
 					<?php endif; ?>
+					<h4 class="namespace"><?php print $this->getSkin()->getTitle()->getNsText(); ?></h4>
 					<h2 class="title"><?php $this->html('title') ?></h2>
 					<h2 class="title"><?php $this->html('title') ?></h2>
 					<?php if ( $this->data['isarticle'] ) { ?><h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
 					<?php if ( $this->data['isarticle'] ) { ?><h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
 					<h5 class="subtitle"><?php $this->html('subtitle') ?></h5>
 					<h5 class="subtitle"><?php $this->html('subtitle') ?></h5>