mediawiki-skins-Citizen/includes/templates/Header.mustache
alistair3149 72b41df5ce
Refactor header DOM structure
- Reduced unnessecary HTML elements
- Stanardized class and IDs
- Switch to fix header due to performance concern
- Rewrote over-qualified CSS selectors
- Started rework on file organizations
2020-06-07 01:30:54 -04:00

12 lines
404 B
Plaintext

{{!
string msg-citizen-header-menu-toggle tooltip for menu toggle
string msg-citizen-header-search-toggle tooltip for search toggle
}}
<header class="mw-header">
<div id="mw-header-background"></div>
{{#data-drawer}}{{>Drawer}}{{/data-drawer}}
<div class="mw-header-tools">
{{#data-extratools}}{{>Menu}}{{/data-extratools}}
{{#data-searchbox}}{{>Searchbox}}{{/data-searchbox}}
</div>
</header>