Update skin.php?

If you are having problems with GuMax, post here.
Post Reply
User avatar
russh
Rank 1
Rank 1
Posts: 6
Joined: May 5th, 2009, 11:48 am

Update skin.php?

Post by russh »

Hi all,

I thought it'd be relatively simple to update my skin.php file to accommodate the new release of mediawiki, but unfortunately I've failed...

Can you detail what I need to do?

I'm using the gumax skin (vanilla horizontal navigation).

Cheers,
Russ.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Update skin.php?

Post by Paul »

Are you trying to edit skin.php in MediaWiki? :o
User avatar
russh
Rank 1
Rank 1
Posts: 6
Joined: May 5th, 2009, 11:48 am

Re: Update skin.php?

Post by russh »

naah, I'm bad but not THAT bad!

I'm looking at GuMax.php..
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Update skin.php?

Post by Paul »

OK, I think the most changes of new version should be in the class

Code: Select all

class SkinGuMax extends SkinTemplate {
	/** Using GuMax */
Try to compare with new monobook.php and get copy from there.
Post Reply