I have the latest version of Coppermine which I use with Mac_osx theme installed. I would like to enable appearance of language flags on the bottom of each page so the users can select the language by clicking on flags.
Please instruct me what is procedure for that.
Thanks
Veki
Add the token {LANGUAGE_SELECT_FLAGS} to your theme's template.html file: http://documentation.coppermine-gallery.net/en/theme_template.htm#theme_template_language_select_flags
I succeded to add token by adding:
<div id="SELECT_FLAGS">
{LANGUAGE_SELECT_FLAGS}
</div>
to my template and flags appeared on the bottomn of the page.
Thanks,
veki
Hi:
I put the token in the footer and it works great.
What is the tag in the CSS that affects the phrase "Language selection"?
Thank you