Hello,
Dolphin 7.3.5
EVO template
in the Haeder
the home page
https: //********.com
https: //*******.com/index.php
I would like to have the language flags displayed.
where can I find the script: javascript: showPopupLanguage ()
Hello, Dolphin 7.3.5 EVO template in the Haeder the home page https: //********.com https: //*******.com/index.php I would like to have the language flags displayed. where can I find the script: javascript: showPopupLanguage () |
i would like to have the languages in the head of the index page at the end of a page do not look for any user |
The easiest way to do it is to insert the following code: <span class="bx-def-margin-sec-left"> <a class="bottom_links_block" href="javascript:void(0)" onclick="javascript:showPopupLanguage()"><bx_text:_switch_language /></a> </span> to the templates/tmpl_evo/_sub_header.html file to any place where you want to see it. |
it worked well. you can font color and size admit Thank you the tip |
Am einfachsten ist es, den folgenden Code einzufügen: <span class = "bx-def-margin-sec-left"> <a class="bottom_links_block" href="javascript:void(0)" onclick="javascript:showPopupLanguage()"> <bx_text: _switch_language /> < / a> </ span>in der Datei templates / tmpl_evo / _sub_header.html, wo sie sie sehen möchten. It may be that the code is a security risk for Dolphin. Since I got this code in Dolphin, Dolphin is broken
today i had loaded my dolphin pages older backup restore, without this code and Dolphin is ok please check this code on a test page |