| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
wgeerts
Anmeldungsdatum: 21.08.2007 Beiträge: 4
|
Verfasst am: Mo 03 Sep 2007 13:39 Titel: FIX Problems with IE CSS when not installing in the root dir |
|
|
$page->java_script = '<!--[if IE]>
<link href="/css/explorer/iehacks.css" rel="stylesheet" type="text/css" />
<![endif]-->';
should be replaced with
$page->java_script = '<!--[if IE]>
<link href="css/explorer/iehacks.css" rel="stylesheet" type="text/css" />
<![endif]-->';
in
index.php
content.php
catalog.php
details.php
search.php
send.php
if not it causes layout issues with IE
Greetings
Wim |
|
| Nach oben |
|
 |
bmaurits
Anmeldungsdatum: 16.01.2007 Beiträge: 21 Wohnort: Naarden
|
Verfasst am: Mo 07 Jan 2008 16:36 Titel: IE representation problems (CSS) |
|
|
Wim,
thanks for your tip. Works like charme. If you don't mind I will pass on your tip in German in the Geman forum,
Met vriendelijke groeten,
Boudewijn
www.amsport.nl |
|
| Nach oben |
|
 |
bmaurits
Anmeldungsdatum: 16.01.2007 Beiträge: 21 Wohnort: Naarden
|
Verfasst am: Mo 31 März 2008 15:00 Titel: Language |
|
|
Maybe you can help me. Although I've changed the default langauge setting in config.php to English (EN) and told the management system that the language should be English, I keep having German on the screen? Do you know the answer?
Boudewijn |
|
| Nach oben |
|
 |
tilkov
Anmeldungsdatum: 27.04.2007 Beiträge: 3
|
Verfasst am: Di 29 Jul 2008 10:30 Titel: |
|
|
I've made a symlink to fix that:
| Code: | rm includes/lang/de.php
ln -s includes/lang/en.php includes/lang/de.php
|
|
|
| Nach oben |
|
 |
|