Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/templates/_topScreen.twig')
-rw-r--r--plugins/CoreHome/templates/_topScreen.twig20
1 files changed, 6 insertions, 14 deletions
diff --git a/plugins/CoreHome/templates/_topScreen.twig b/plugins/CoreHome/templates/_topScreen.twig
index f0ba5fc147..f85fb434d8 100644
--- a/plugins/CoreHome/templates/_topScreen.twig
+++ b/plugins/CoreHome/templates/_topScreen.twig
@@ -1,15 +1,7 @@
-<div id="header" class="container-fluid">
- <a href="#main" tabindex="1" class="accessibility-skip-to-content">{{'CoreHome_SkipToContent'|translate}}</a>
- <div id="topRightBar" class="navbar row">
- <div class="navbar-header col-md-3">
- <span class="toggle-second-menu icon-menu-hamburger"></span>
- {% include "@CoreHome/_logo.twig" %}
-
- <!-- we need to put button to toggle nav for responsiveness here -->
-
- </div>
- <div class="collapse navbar-collapse col-md-9" id="navbar-collapse1">
- {% include "@CoreHome/_topBar.twig" %}
- </div>
+<nav>
+ <div class="nav-wrapper">
+ <a href="#main" tabindex="1" class="accessibility-skip-to-content">{{'CoreHome_SkipToContent'|translate}}</a>
+ {% include "@CoreHome/_logo.twig" %}
+ {% include "@CoreHome/_topBar.twig" %}
</div>
-</div> \ No newline at end of file
+</nav> \ No newline at end of file