diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index 702a018765..7d6ee666ec 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -203,68 +203,5 @@
{% endif %}
-
-
- {% set MICRODATA = 'itemtype="https://schema.org/ListItem" itemprop="itemListElement" itemscope' %}
- {% set navlink_position = 1 %}
-
- {% EVENT overall_header_breadcrumbs_before %}
-
- -
- {% if U_SITE_HOME %}
-
- {% apply spaceless %}
-
- {{ Icon('font', 'home', '', true, 'fas o-icon-baseline') }}
- {{ L_SITE_HOME }}
-
- {% endapply %}
-
-
- {% endif %}
-
- {% EVENT overall_header_breadcrumb_prepend %}
-
-
- {% apply spaceless %}
-
- {% if not U_SITE_HOME %}{{ Icon('font', 'home', '', true, 'fas o-icon-baseline') }}{% endif %}
- {{ L_INDEX }}
-
- {% endapply %}
-
-
-
- {% for navlink in navlinks %}
- {% set NAVLINK_NAME = navlink.BREADCRUMB_NAME | default(navlink.FORUM_NAME) %}
- {% set NAVLINK_LINK = navlink.U_BREADCRUMB | default(navlink.U_VIEW_FORUM) %}
-
- {% EVENT overall_header_navlink_prepend %}
-
- {% apply spaceless %}
-
- {{ NAVLINK_NAME }}
-
- {% endapply %}
-
-
- {% EVENT overall_header_navlink_append %}
- {% endfor %}
-
- {% EVENT overall_header_breadcrumb_append %}
-
-
-
- {% EVENT overall_header_breadcrumbs_after %}
-
- {% if S_DISPLAY_SEARCH and not S_IN_SEARCH %}
- -
-
- {{ Icon('font', 'search', lang('SEARCH'), true) }}
-
-
- {% endif %}
-
-
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 949d3fb1af..c35f0ab378 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -79,7 +79,11 @@
+ {% include 'breadcrumbs.html' %}
+