r11804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11803‎ | r11804 | r11805 >
Date:22:24, 26 November 2005
Author:avar
Status:old
Tags:
Comment:
* Add a hook (MonoBookTemplateToolboxEnd) that runs after the toolbox links have been added
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/MonoBook.php
@@ -194,6 +194,7 @@
195195 <?php } elseif ($this->data['nav_urls']['permalink']['href'] === '') { ?>
196196 <li id="t-ispermalink"><?php echo $this->msg('permalink') ?></li>
197197 <?php } ?>
 198+ <?php wfRunHooks( 'MonoBookTemplateToolboxEnd', array( &$this ) ); ?>
198199 </ul>
199200 </div>
200201 </div>

Status & tagging log