Hi folks,
Hope this is the right list for this.
I am using MediaWiki for part of a corporate intranet. I am only allowed to do this if I include the standard header and footer to each screen giving people access to the rest of the intranet. I'm also not allowed to use frames.
Is there a simple way of adding html code to the top and bottom of each screen without too much PHP coding? I have looked at the various sections on customisation, hacking and development, but they all seem to involve developing modules etc. Have I missed something?
Regards,
Andrew
On 22/08/05, Coombes, Andrew andrew.coombes@hants.gov.uk wrote:
I am using MediaWiki for part of a corporate intranet. I am only allowed to do this if I include the standard header and footer to each screen giving people access to the rest of the intranet. I'm also not allowed to use frames.
Is there a simple way of adding html code to the top and bottom of each screen without too much PHP coding?
The simplest place to edit is skins/MonoBook.php (or one of the other files there, corresponding to a skin you like the "look" of most). Although it may look complicated, you ought to be able to edit pretty much without any knowledge of PHP, since everything not between <?php and ?> is just treated as normal HTML.
Remember to test your changes using an edit screen or Special: page, to make sure you're not just seeing a cached version.
wikitech-l@lists.wikimedia.org