mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2025-03-01 16:04:46 -05:00
Added notifications
This commit is contained in:
parent
63c805d9c9
commit
7aa40c31da
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue