Added notifications

This commit is contained in:
scmb1 2013-07-17 17:13:05 -04:00
parent 63c805d9c9
commit 7aa40c31da

View file

@ -118,6 +118,7 @@ class ScratchWikiSkinTemplate extends BaseTemplate{
<?php } ?>
</div>
<div class=right>
<?php if( $this->data['newtalk'] ) { ?><div class="box"><h1><?php $this->html('newtalk') ?></h1></div><?php } ?>
<?php if( $this->data['catlinks'] && $wgUser->isLoggedIn()) {
$cat = $this->data['catlinks'];
if(strpos($cat, 'How To Pages')> 0) {