[SOLVED] no language link in IE!

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
Locked
antosha
Forum Members
Forum Members
Posts: 60
Joined: Fri Jun 06, 2008 7:20 pm

[SOLVED] no language link in IE!

Post by antosha »

Hello,
I searched through the forum but did not find topics describing my problem.

I have 3 languages on my website : English, French, Russian
The default_lang is english

On the front end (English) when I click on the russian or french links, the page loads correctly but the English link becomes a normal span (not a link anymore)! I saw this happen only in Internet Explorer (I have 6.0), Firefox and Safari work just fine.

config_lang.php
define('DEFAULT_LANG', 'en');


$hls = array(


'en' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale_cms'=>'en_US',
),

'fr' => array(
'block'=>'fr',
'flag'=>'',
'text'=>'Français',
'locale'=>'fr_FR.utf8@euro',
'locale_cms'=>'fr_FR',
),
'ru' => array(
'block'=>'ru',
'flag'=>'',
'text'=>'Русский',
'locale_cms'=>'ru_RU',
),

);
?>
I am running MLE 1.4.1 "Spring Garden" by the way, didn't have time to upgrade yet.

Thanks!
Last edited by antosha on Thu Jan 29, 2009 8:02 pm, edited 1 time in total.
Follow me on twitter: end_tone
Linked In: levchenkoanton
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: no language link in IE!

Post by Dr.CSS »

First thing I would do is move the russian array down one line...

And post a link to the site so others can see what is happening on the site...
antosha
Forum Members
Forum Members
Posts: 60
Joined: Fri Jun 06, 2008 7:20 pm

Re: no language link in IE! [SOLVED]

Post by antosha »

nevermind,
I just found I didn't close a   !

Thanks  : )
Last edited by antosha on Thu Jan 29, 2009 1:35 am, edited 1 time in total.
Follow me on twitter: end_tone
Linked In: levchenkoanton
Locked

Return to “[locked] CMSMS MLE fork”