Thanks,
I do not know php yet, but I have tryed it anyway, it gives me syntax mistake
wfRunHooks( 'SkinTemplateTabs', array( $this, &$content_actions ) ); } else { //THIS IS THE LINE, //IT MIGHT BE BECAUSE OF THE BUG WHICH FOLLOWS /* show special page tab */
$content_actions[$this->mTitle->getNamespaceKey()] = array( 'class' => 'selected', 'text' => wfMsg('nstab-special'), 'href' => $wgRequest->getRequestURL(), // @bug 2457, 2510 //!!!? );
wfRunHooks( 'SkinTemplateBuildContentActionUrlsAfterSpecialPage', array( &$this, &$content_actions ) );
I will be trying.