Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    Default different logo.gif according to language

    Hi,

    I need to use a different header logo according to the language choose by my visitors.

    By now, the logo is in the folder
    /includes/templates/my_template/images/logo.gif

    I tryed to put it here :
    /include/languages/french/my_template/images/logo.gif but obviously that's not the right place

    Any idea ?

    Thank you

  2. #2
    Join Date
    Apr 2006
    Posts
    136
    Plugin Contributions
    0

    Default Re: different logo.gif according to language

    its too simple


    put condition in header


    like :

    if (language_id=fr)
    {
    $logo = logofr.gif
    }
    else
    {
    $logo = logoeng.gif
    }


    hope you get way

    if not i will make code

    by tmrw

    thanks

    vr4indian######################

  3. #3
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: different logo.gif according to language

    I don't want to change the php code in this way in the idea to keep my application maintainable when I'll do an upgrade ... but you gave me the idea :

    I've put my logo_fr.gif i this repertory :

    /template/my_template/images/logo_fr.gif

    and I've change
    define('HEADER_LOGO_IMAGE', 'logo.gif');
    to
    define('HEADER_LOGO_IMAGE', 'logo_fr.gif');
    in
    /includes/languages/french/my_template/header.php

    Good for me
    Thank's

 

 

Similar Threads

  1. Banners display according to language
    By jadn79 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Jan 2012, 04:05 PM
  2. Flash banner according to language
    By littlehawk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Nov 2009, 04:36 AM
  3. Icon.gif and Logo.gif
    By patwithds in forum General Questions
    Replies: 5
    Last Post: 27 Aug 2009, 05:48 PM
  4. Display image according to the language
    By jdunique in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 29 Apr 2008, 01:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg