You have to change the file default.php that is located in the directory \modules\mod_languages\tmpl.
You could review the syntax of the html <img> tag at http://www.w3schools.com/tags/tag_img.asp.
Being a core Joomla! file, suggest using the HTML override technique as documented at http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core.
via Joomla! http://forum.joomla.org/viewtopic.php?t=821343&p=3089516#p3089516
Code:
<?php echo JHtml::_('image', 'mod_languages/'.$language->image.'.gif', $language->title_native, array('title'=>$language->title_native), true);?>
You could review the syntax of the html <img> tag at http://www.w3schools.com/tags/tag_img.asp.
Being a core Joomla! file, suggest using the HTML override technique as documented at http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core.
Statistics: Posted by imanickam — Mon Sep 30, 2013 5:53 am
via Joomla! http://forum.joomla.org/viewtopic.php?t=821343&p=3089516#p3089516
No comments:
Post a Comment