Forums de discussion

Logo Localization

thumbnail
Nilesh Gundecha, modifié il y a 12 années.

Logo Localization

Regular Member Publications: 205 Date d'inscription: 01/12/09 Publications récentes
Dear Friends,

I want to have different logo for different locales. I don't see any option in Liferay Control Panel to set different logos for different locales.

I guess I may need to play around with the theme to achieve this. But is there any more better way to do this?

Any help would be highly appreciated??

Thanks and Regards,
Nilesh.
thumbnail
Corné Aussems, modifié il y a 12 années.

RE: Logo Localization

Liferay Legend Publications: 1313 Date d'inscription: 03/10/06 Publications récentes
You could do this easilly with velocity on portal-normal.vm
use $request.locale as part of the imagename; ie: $images_folder/logos/$request.local_logo.png
thumbnail
Nilesh Gundecha, modifié il y a 12 années.

RE: Logo Localization

Regular Member Publications: 205 Date d'inscription: 01/12/09 Publications récentes
Corné Aussems:
You could do this easilly with velocity on portal-normal.vm
use $request.locale as part of the imagename; ie: $images_folder/logos/$request.local_logo.png


Thanks a lot Corne. I could easily do it using your instructions.

Regards,
Nilesh.