9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
<cfif thisTag.executionMode IS "end" OR NOT thisTag.hasEndTag>
|
|
<cfoutput>
|
|
|
|
|
|
|
|
<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> |