Index: trunk/extensions/WikiBhasha/wikiBhashaSpecial.php |
— | — | @@ -1,30 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Special:WikiBhasha |
5 | | - * |
6 | | - * @file |
7 | | - * @ingroup SpecialPage |
8 | | - */ |
9 | | - |
10 | | -/** |
11 | | - * |
12 | | - */ |
13 | | -class wikiBhasha extends SpecialPage { |
14 | | - |
15 | | - /** |
16 | | - * Constructor |
17 | | - */ |
18 | | - function __construct() { |
19 | | - parent::SpecialPage( 'WikiBhasha', '', true ); |
20 | | - } |
21 | | - |
22 | | - /** |
23 | | - * Main execution function |
24 | | - * @param $par Parameters passed to the page |
25 | | - */ |
26 | | - function execute( $par ) { |
27 | | - global $wgRequest, $wgOut; |
28 | | - $this->setHeaders(); |
29 | | - $wgOut->addHTML( '<h2>message goes here</h2>' ); |
30 | | - } |
31 | | -} |
Index: trunk/extensions/WikiBhasha/WikiBhashaSpecial.php |
— | — | @@ -0,0 +1,30 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Special:WikiBhasha |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup SpecialPage |
| 8 | + */ |
| 9 | + |
| 10 | +/** |
| 11 | + * |
| 12 | + */ |
| 13 | +class wikiBhasha extends SpecialPage { |
| 14 | + |
| 15 | + /** |
| 16 | + * Constructor |
| 17 | + */ |
| 18 | + function __construct() { |
| 19 | + parent::SpecialPage( 'WikiBhasha', '', true ); |
| 20 | + } |
| 21 | + |
| 22 | + /** |
| 23 | + * Main execution function |
| 24 | + * @param $par Parameters passed to the page |
| 25 | + */ |
| 26 | + function execute( $par ) { |
| 27 | + global $wgRequest, $wgOut; |
| 28 | + $this->setHeaders(); |
| 29 | + $wgOut->addHTML( '<h2>message goes here</h2>' ); |
| 30 | + } |
| 31 | +} |
Property changes on: trunk/extensions/WikiBhasha/WikiBhashaSpecial.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 32 | + native |