test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • SenMel Friend
    #167133

    The file
    plugins/system/jat3/jat3/base-themes/default/html/mod_footer/default.php
    consists the following line:

    <small><?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!">JoomlArt.com</a>.</small>

    How can I code the red-colored parts so that they can localized for multi-language Joomla 1.7 installations?

    jooservices Friend
    #405051

    Hi
    Please try to open file
    /language/en-GB/en-GB.mod_footer.ini
    and add:


    MOD_FOOTER_DESIGNED_BY=Designed by
    MOD_FOOTER_VISIT_JOOMLART=Visit Joomlart.com!

    do samething for another language.

    and in default.php
    Replace red-colored text by


    <?php echo JText::_( 'MOD_FOOTER_DESIGNED_BY' )?>
    <?php echo JText::_( 'MOD_FOOTER_VISIT_JOOMLART' )?>

    Hope it could help you
    Thank you
    Viet Vu

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

This topic contains 2 replies, has 2 voices, and was last updated by  jooservices 13 years, 4 months ago.

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