Removing Poweredby MediaWiki Button

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
Supermiene
Rank 0
Rank 0
Posts: 2
Joined: November 25th, 2007, 12:51 pm

Removing Poweredby MediaWiki Button

Post by Supermiene »

Hello,

I'm using gumax3.2.1 and want to remove the wikimedia button under the navigation bar. the paulgu button should move up.
Do anyone know, where i can edit gumax in this way?

greeting
User avatar
evgeniy
Rank 0
Rank 0
Posts: 1
Joined: November 30th, 2007, 8:52 pm
Location: Worldwide
Contact:

Re: Removing Poweredby MediaWiki Button

Post by evgeniy »

Just find and remove this code in Gumax.php:

Code: Select all

<?php
                if($this->data['poweredbyico']) { ?>
                    <li id="gumax-f-poweredbyico"><?php $this->html('poweredbyico') ?></li>
            <?php }
                if($this->data['copyrightico']) { ?>
                    <li id="gumax-f-copyrightico"><?php $this->html('copyrightico') ?></li>
            <?php } ?>
Post Reply