Moved add topic into the view tabs (this will likely be the behavior until liquid...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 10 Aug 2009 23:48:41 +0000 (23:48 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 10 Aug 2009 23:48:41 +0000 (23:48 +0000)
skins/Vector.php

index 1184376..99f6d53 100644 (file)
@@ -148,7 +148,8 @@ class SkinVector extends SkinTemplate {
                                        // Checks if we should ever show a new section link
                                        if ( !$wgOut->forceHideNewSectionLink() ) {
                                                // Adds new section link
-                                               $links['actions']['addsection'] = array(
+                                               //$links['actions']['addsection']
+                                               $links['views']['addsection'] = array(
                                                        'class' => $section == 'new' ? 'selected' : false,
                                                        'text' => wfMsg( 'vector-action-addsection' ),
                                                        'href' => $this->mTitle->getLocalUrl(