Skinning MediaWiki
From charlesreid1
General Information
The basic idea behind skinning MediaWiki is to create PHP/HTML code that will serve as a header and footer for your wiki. You can imagine the page being split into several pieces:
| Head tag |
| Body tag: Header |
| Body tag: Wiki page content |
| Body tag: Footer |
| Close body tag |