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@lists.wikimedia.org