[Mediawiki-l] override getCategoryLinks

Adam Meyer meyer7 at mindspring.com
Mon Jun 22 22:17:26 UTC 2009


Wondering how I would go about overriding the getCategoryLinks method

I figured in the extension php code I have I could just put

class Mine extends Skin {
     function getCategoryLinks() {
         return 'new';
      }
}

But no go. Any ideas?

Thanks,
-Adam



More information about the MediaWiki-l mailing list