additional bug in non root directory installs
Brought to you by:
nyagan
$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