mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
40bbb8c3a9
Removes the config option for Page Tool menu, its associated logic, along with the associated HTML from the mustache templates. Hardcodes the `vector-feature-page-tools-enabled` class into the HTML element to prevent breakage. Bug: T332090 Change-Id: I6466d80c6970bcc8e28d897b6bdff911a90e3655
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
<header class="mw-header">
|
|
<div class="vector-header-start">
|
|
<nav class="vector-main-menu-landmark" aria-label="{{msg-vector-site-nav-label}}" role="navigation">
|
|
{{>MainMenuDropdown}}
|
|
</nav>
|
|
{{#data-logos}}{{>Logo}}{{/data-logos}}
|
|
</div>
|
|
<div class="vector-header-end">
|
|
{{#data-search-box}}{{>SearchBox}}{{/data-search-box}}
|
|
{{#data-vector-user-links}}{{>UserLinks}}{{/data-vector-user-links}}
|
|
</div>
|
|
</header>
|