diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 12cb50b..db3d5b1 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -115,7 +115,6 @@ class SkinVector extends SkinMustache { // It should be followed by the name of the hook in hyphenated lowercase. // // Conditionally used values must use null to indicate absence (not false or ''). - $mainPageHref = Skin::makeMainPageUrl(); $parentData = parent::getTemplateData(); @@ -131,8 +130,6 @@ class SkinVector extends SkinMustache { 'input-location' => $this->getSearchBoxInputLocation(), - 'main-page-href' => $mainPageHref, - 'data-sidebar' => $this->getTemplateDataSidebar(), 'sidebar-visible' => $this->isSidebarVisible(), ], $this->getMenuProps() ); diff --git a/includes/templates/Logo.mustache b/includes/templates/Logo.mustache index c7dc224..c42f912 100644 --- a/includes/templates/Logo.mustache +++ b/includes/templates/Logo.mustache @@ -1,10 +1,10 @@ {{! LogoDefinition logo - string main-page-href link to the main page + string link-mainpage link to the main page (from SkinMustache in core) string msg-sitesubtitle the contents of the sitesubtitle message key }} {{#data-logos}} -