MediaWiki:Mainpage: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Epic Path]]
Epic Path
 
/* Change the main page url used in things like the logo to a url of another page on the wiki */
$wgHooks['SkinTemplateOutputPageBeforeExec'][] = 'lfChangeMainPageURL';
function lfChangeMainPageURL( $sk, &$tpl ) {
$tpl->data['nav_urls']['mainpage']['href'] = Title::newFromText('Epic Path')->getLocalURL(); // Point the main page url to a wiki page's url
return true;
}

Latest revision as of 12:37, 30 March 2016

Epic Path