Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -95,11 +95,6 @@ |
96 | 96 | <?php if($this->data['body_onload' ]) { ?>onload="<?php $this->text('body_onload') ?>"<?php } ?> |
97 | 97 | class="mediawiki <?php $this->text('nsclass') ?> <?php $this->text('dir') ?> <?php $this->text('pageclass') ?>"> |
98 | 98 | <div id="globalWrapper"> |
99 | | -<?php |
100 | | - // this is meant to be above div#column-content |
101 | | - wfRunHooks( 'MonoBookTemplateAboveColumnContent', array( &$this ) ); |
102 | | - |
103 | | -?> |
104 | 99 | <div id="column-content"> |
105 | 100 | <div id="content"> |
106 | 101 | <a name="top" id="top"></a> |
Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -431,10 +431,6 @@ |
432 | 432 | $errmsg: error message, in HTML (string). Nonempty indicates failure |
433 | 433 | of rendering the formula |
434 | 434 | |
435 | | -'MonoBookTemplateAboveColumnContent': Monobook output, above div#column-content. Any string |
436 | | -you echo here will be printed above the div#column-content element on every page. |
437 | | -$outObj: instance of the output class |
438 | | - |
439 | 435 | 'OutputPageBeforeHTML': a page has been processed by the parser and |
440 | 436 | the resulting HTML is about to be displayed. |
441 | 437 | $parserOutput: the parserOutput (object) that corresponds to the page |