Jump to content

Recommended Posts

Posted

hi!

i have a question about using  Different logo on different language, for example when a user views site in english show the logo-en.png, if user view site on italian show logo-it.png.

thank you!

Posted
<img src="logo-<?php echo $user->language->name; ?>.png" alt="" />

This will give you the name of the language. So you either make sure you change the language name or the filename of the images to make sure they match.

  • Like 3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...