1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/17501] Move navbar above header and breadcrumbs below

PHPBB-17501
This commit is contained in:
Marc Alexander
2024-11-14 21:01:48 +01:00
parent 68e941ac21
commit 7f3b37560e
2 changed files with 6 additions and 65 deletions

View File

@@ -79,7 +79,11 @@
<div id="wrap" class="wrap">
<a id="top" class="top-anchor" accesskey="t"></a>
<div id="page-header">
<!-- EVENT overall_header_navbar_before -->
<div class="headerbar" role="banner">
{% include('navbar_header.html') %}
<!-- EVENT overall_header_headerbar_before -->
<div class="inner">
@@ -117,10 +121,10 @@
</div>
<!-- EVENT overall_header_headerbar_after -->
</div>
<!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->
</div>
{% include 'breadcrumbs.html' %}
<!-- EVENT overall_header_page_body_before -->
<a id="start_here" class="anchor"></a>