Hi, what is the error PHP gives you?
Best regards, Jan -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Natasha Brown Gesendet: Montag, 9. August 2010 01:35 An: [email protected] Betreff: [Wikitech-l] I need an extra tab. 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. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
