File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
{% for navlinks in loops.navlinks %}
14
14
{% EVENT overall_header_navlink_prepend %}
15
- < span class ="crumb " {{ definition.MICRODATA }}{% if navlinks.MICRODATA %} {{ navlinks.MICRODATA }}{% endif %} > < a href ="{{ navlinks.U_VIEW_FORUM }} " itemtype ="https://schema.org/Thing " itemscope itemprop ="item "> < span itemprop ="name "> {{ navlinks.FORUM_NAME }}</ span > </ a > < meta itemprop ="position " content ="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %} " /> </ span >
16
- < span class ="crumb " {{ definition.MICRODATA }}{% if navlinks.MICRODATA %} {{ navlinks.MICRODATA }}{% endif %} > < a href ="{{ navlinks.U_VIEW_FORUM }} " itemprop ="url "> < span itemprop ="title "> {{ navlinks.FORUM_NAME }}</ span > </ a > </ span >
15
+ < span class ="crumb " {{ definition.MICRODATA }}{% if navlinks.MICRODATA %} {{ navlinks.MICRODATA }}{% endif %} >
16
+ < a href ="{{ navlinks.U_VIEW_FORUM }} " itemtype ="https://schema.org/Thing " itemscope itemprop ="item "> < span itemprop ="name "> {{ navlinks.FORUM_NAME }}</ span > </ a >
17
+ < meta itemprop ="position " content ="{{ navlink_position }}{% set navlink_position = navlink_position + 1 %} " />
18
+ </ span >
17
19
{% EVENT overall_header_navlink_append %}
18
20
{% endfor %}
19
21
{% if S_VIEWTOPIC %}< span class ="crumb crumb-topic "> < a href ="{{ U_VIEW_TOPIC }} "> {{ TOPIC_TITLE }}</ a > </ span > {% endif %}
You can’t perform that action at this time.
0 commit comments