I've found it.
Assume you want the 'multilingual process' for the wide banner, find in the header file the follow condition :
PHP Code:
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))
and transform it into :
PHP Code:
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2 . $_SESSION['languages_id']))
... it works for me...
Thank you a lot with these explanations guys, you save me a lot of mone... oups time !!!
Bookmarks