JoomFish / joomfish-2.5

Joom!Fish 2.5 core development
http://www.joomfish.net/
34 stars 27 forks source link

Flag is not displayed (easy error to fix) as language selector #113

Closed alainroger closed 11 years ago

alainroger commented 11 years ago

Hi,

in new version of jf-master.zip (i downloaded it 10 minutes ago) there is an easy bug to fix. on language selector (module), when you have few languages with their relative flags, new added language flags are not displayed because on back side "image file" had an additional "/" (in front of "media"and value is set to "/media/mod_languages/images/sk.gif" or "/media/mod_languages/images/es.gif" instead of "media/mod_languages/images/sk.gif" or "media/mod_languages/images/es.gif".

Al.

alainroger commented 11 years ago

this can be fixed by changing line 62 of \modules\mod_jflanguageselection\tmpl\namesplusimages.php to: removing the . "/" . between JURI:base(true) and $langImg :)