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

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to