Page 1 of 1

Removing Poweredby MediaWiki Button

Posted: November 25th, 2007, 12:58 pm
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

Re: Removing Poweredby MediaWiki Button

Posted: November 30th, 2007, 9:01 pm
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 } ?>