Main Page: Difference between revisions
Jump to navigation
Jump to search
en>WikiSysop No edit summary |
en>WikiSysop No edit summary |
(No difference)
|
Revision as of 23:55, 4 September 2009
/* Main page hacks. Remove default "Main Page" header */ var mpTitle = "Main Page"; var isMainPage = (document.title.substr(0, document.title.lastIndexOf(" - ")) == mpTitle); var isDiff = (document.location.search && (document.location.search.indexOf("diff=") != -1 || document.location.search.indexOf("oldid=") != -1));
if (isMainPage && !isDiff) { document.write('<style type="text/css">/*<![CDATA[*/ #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>'); }
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.