Index: trunk/phase3/skins/Vector.php |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Vector - Branch of MonoBook which has many usability improvements and |
5 | | - * somewhat cleaner code. |
| 4 | + * Vector - Modern version of MonoBook with fresh look and many usability |
| 5 | + * improvements. |
6 | 6 | * |
7 | 7 | * @todo document |
8 | 8 | * @file |
— | — | @@ -18,7 +18,6 @@ |
19 | 19 | */ |
20 | 20 | class SkinVector extends SkinTemplate { |
21 | 21 | |
22 | | - /* Functions */ |
23 | 22 | var $skinname = 'vector', $stylename = 'vector', |
24 | 23 | $template = 'VectorTemplate', $useHeadElement = true; |
25 | 24 | |
— | — | @@ -69,13 +68,12 @@ |
70 | 69 | /* Functions */ |
71 | 70 | |
72 | 71 | /** |
73 | | - * Outputs the entire contents of the XHTML page |
| 72 | + * Outputs the entire contents of the (X)HTML page |
74 | 73 | */ |
75 | 74 | public function execute() { |
76 | | - global $wgRequest, $wgLang, $wgVectorUseIconWatch; |
| 75 | + global $wgLang, $wgVectorUseIconWatch; |
77 | 76 | |
78 | 77 | $this->skin = $this->data['skin']; |
79 | | - $action = $wgRequest->getText( 'action' ); |
80 | 78 | |
81 | 79 | // Build additional attributes for navigation urls |
82 | 80 | //$nav = $this->skin->buildNavigationUrls(); |