Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • AHMED Friend
    #979484

    Hello,
    I need to change the two flag images from gif to png extension.
    /media/mod_languages/images/en.gif
    /media/mod_languages/images/ar.gif

    Regards.


    1. Responsive-Joomla-template-for-Application-page-JA-Nuevo
    Ninja Lead Moderator
    #979498

    Hi,

    You can use this way to change the image on mod_languages module

    • Create and upload the new image en. png and ar.png to /media/mod_languages/images/ folder
    • Open modules/mod_languages/tmpl/default.php file

    find and change

    <?php echo JHtml::_('image', 'mod_languages/' . $language->image . '.gif', $language->title_native, array('title' => $language->title_native), true);?>

    to

    <?php echo JHtml::_('image', 'mod_languages/' . $language->image . '.png', $language->title_native, array('title' => $language->title_native), true);?>

    Hope it helps

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum