From bedaf85d5361a5486393fb9cb8341e58e514204c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 16 Feb 2026 16:28:25 -0800 Subject: [PATCH] Remove old 3.1.x prosilver classes --- .../template/event/overall_header_navigation_append.html | 2 +- .../template/event/overall_header_navigation_prepend.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/prosilver/template/event/overall_header_navigation_append.html b/styles/prosilver/template/event/overall_header_navigation_append.html index f300138..0014845 100644 --- a/styles/prosilver/template/event/overall_header_navigation_append.html +++ b/styles/prosilver/template/event/overall_header_navigation_append.html @@ -1,6 +1,6 @@ {% if S_OVERALL_HEADER_NAVIGATION_APPEND %} {% for link in overall_header_navigation_append_links %} -
  • +
  • {% if link.ICON_FONT %}{% endif %}{{ link.LINK_TITLE }} diff --git a/styles/prosilver/template/event/overall_header_navigation_prepend.html b/styles/prosilver/template/event/overall_header_navigation_prepend.html index e43de63..1a7bafa 100644 --- a/styles/prosilver/template/event/overall_header_navigation_prepend.html +++ b/styles/prosilver/template/event/overall_header_navigation_prepend.html @@ -1,6 +1,6 @@ {% if S_OVERALL_HEADER_NAVIGATION_PREPEND %} {% for link in overall_header_navigation_prepend_links %} -
  • +
  • {% if link.ICON_FONT %}{% endif %}{{ link.LINK_TITLE }}