spec/layout/language_switch.cfm
2025-06-02 16:16:51 +03:00

9 lines
314 B
Plaintext

<cfif thisTag.executionMode IS "end" OR NOT thisTag.hasEndTag>
<cfoutput>
&nbsp;
&nbsp;
&nbsp;
<a href="?language=ru"<cfif request.language EQ 'ru'> style="font-weight:bold;"</cfif>>Ru</a>
<a href="?language=en"<cfif request.language EQ 'en'> style="font-weight:bold;"</cfif>>En</a>
</cfoutput>
</cfif>