File tree Expand file tree Collapse file tree
styles/prosilver/template/event Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% if S_OVERALL_HEADER_NAVIGATION_APPEND %}
22 {% for link in overall_header_navigation_append_links %}
3- < li {% if not link.ICON_FONT %}class ="small-icon icon-pages icon-page-{{ link.LINK_ROUTE }} no-bulletin "{% if link.ICON_LINK %} style ="background-image:url('{{ T_THEME_PATH }}/images/{{ link.ICON_LINK }}'); "{% endif %}{% endif %} >
3+ < li {% if not link.ICON_FONT %}class ="small-icon icon-pages icon-page-{{ link.LINK_ROUTE }} "{% if link.ICON_LINK %} style ="background-image:url('{{ T_THEME_PATH }}/images/{{ link.ICON_LINK }}'); "{% endif %}{% endif %} >
44 < a href ="{{ link.U_LINK_URL }} " title ="{{ link.LINK_DESC }} " role ="menuitem ">
55 {% if link.ICON_FONT %}< i class ="icon fa-{{ link.ICON_FONT }} fa-fw " aria-hidden ="true "> </ i > {% endif %}< span > {{ link.LINK_TITLE }}</ span >
66 </ a >
Original file line number Diff line number Diff line change 11{% if S_OVERALL_HEADER_NAVIGATION_PREPEND %}
22 {% for link in overall_header_navigation_prepend_links %}
3- < li {% if not link.ICON_FONT %}class ="small-icon icon-pages icon-page-{{ link.LINK_ROUTE }} no-bulletin "{% if link.ICON_LINK %} style ="background-image: url('{{ T_THEME_PATH }}/images/{{ link.ICON_LINK }}'); "{% endif %}{% endif %} >
3+ < li {% if not link.ICON_FONT %}class ="small-icon icon-pages icon-page-{{ link.LINK_ROUTE }} "{% if link.ICON_LINK %} style ="background-image: url('{{ T_THEME_PATH }}/images/{{ link.ICON_LINK }}'); "{% endif %}{% endif %} >
44 < a href ="{{ link.U_LINK_URL }} " title ="{{ link.LINK_DESC }} " role ="menuitem ">
55 {% if link.ICON_FONT %}< i class ="icon fa-{{ link.ICON_FONT }} fa-fw " aria-hidden ="true "> </ i > {% endif %}< span > {{ link.LINK_TITLE }}</ span >
66 </ a >
You can’t perform that action at this time.
0 commit comments