PHP: 5.3.1
Joomla!: 1.5.23
JoomFish: 2.1.17
On my windows system the link to the flag images is wrong (.../images\flags/en.gif instead of .../images/flags/en.gif):
- Code: Select all
<div id="jflanguageselection"><ul class="jflanguageselection"><li id="active_language"><a href="http://localhost/joomla-1.5/index.php?option=com_content&view=frontpage&Itemid=1&lang=de"><img src="http://localhost/joomla-1.5/components/com_joomfish/images\flags/de.gif" alt="German" title="German" /></a></li><li><a href="http://localhost/joomla-1.5/index.php?option=com_content&view=frontpage&Itemid=1&lang=en"><img src="http://localhost/joomla-1.5/components/com_joomfish/images\flags/en.gif" alt="English" title="English" /></a></li></ul></div><!--JoomFish V2.1.7 (Dafad)-->
<!-- © 2003-2011 Think Network, released under the GPL. -->
<!-- More information: at http://www.joomfish.net -->
I have not set an image file manually. The path in the settings is "components/com_joomfish/images".
On a Linux/Mac system the path is correct and the link is working. Are you using "DS" for the path separator? This might be the root of the problem.
Holger
