Skip to content

Commit

Permalink
[BUGFIX] do not used core flags anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach authored Oct 10, 2022
1 parent c954174 commit fdc4112
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<f:then>
<li class="{entry.class} active">
<a href="#">
<f:image src="{flagIconPath}{entry.flag}.{flagIconFileExtension}"
title="{entry.label}"
alt="{entry.label}"/>
<span>{entry.label}</span>
</a>
</li>
Expand All @@ -22,9 +19,6 @@
additionalParams="{L: entry.L}"
title="{entry.label}"
argumentsToBeExcludedFromQueryString="{0: 'id'}">
<f:image src="{flagIconPath}{entry.flag}.{flagIconFileExtension}"
title="{entry.label}"
alt="{entry.label}"/>
<span>{entry.label}</span>
</f:link.page>
</li>
Expand All @@ -33,16 +27,13 @@
<!-- Not translated! -->
<li class="{entry.class} noTranslation">
<a href="#">
<f:image src="{flagIconPath}{entry.flag}.{flagIconFileExtension}"
title="{entry.label}"
alt="{entry.label}"/>
<span>{entry.label}</span>
</a>
</li>
</f:else>
</f:if>

</f:else>
</f:if>
</f:for>
</ul>
</ul>

0 comments on commit fdc4112

Please sign in to comment.