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 }}