Audrey White schrieb:
I am working on our mediawiki wiki and have been asked to change the URL that the left hand logo goes to, to our school's home page. This is probably very simple but I am not sure what in Localsettings.php to change.
Suggestions?
Thanks, Audrey
-===-===-===-===-===-===-===-===- Audrey L. White Web Developer College of the Holy Cross Information Technology Services Smith Hall - Room 101 Box ITS - One College Street Worcester, MA 01610-2395 ph 508/793-3846 fax: 508/793-2711 AWhite@holycross.edu _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
you can edit it manually in your Monobook.php Quick & Dirty <div class="portlet" id="p-logo"> <a style="background-image: url(<?php $this->text('logopath') ?>);" href="your/url>" title="<?php $this->msg('mainpage') ?>"></a> </div> maybe there is a "cleaner" way...i dont know
.robert