فتحات العرب Joomla! • Index page: General Questions/New to Joomla! 2.5 • Re: Question regarding the code of the images

Sunday, September 29, 2013

General Questions/New to Joomla! 2.5 • Re: Question regarding the code of the images

You have to change the file default.php that is located in the directory \modules\mod_languages\tmpl.

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