The link of sidebar menu is href="/". It isn't very nice because server root can be different of wiki homepage, but it is expected that this link should be directed to the wiki homepage.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Set title link to wiki homepage URL | mediawiki/skins/Blueprint | master | +6 -1 |
Event Timeline
Comment Actions
@Pastakhov Yes, true. Should be a similar output like f.e. in Vector:
<a class="mw-wiki-logo" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ) ?>></a>
Comment Actions
Change 258934 had a related patch set uploaded (by VolkerE):
Set title link to wiki homepage URL