Hallo,
ich habe folgendes Problem, ich habe in der general.js.php eine Weiche für den IE6 eingebaut. Setze ich den CSS link ohne die Abfrage wird er auch genommen. Die Conditional Comments werden aber nicht ausgeführt.
Hatte schon jemand das Problem und kann mir einen Workaround sagen?
Bestem Dank und Gruß
markus
PHP-Code:
<?php
/* -----------------------------------------------------------------------------------------
$Id: general.js.php 1262 2005-09-30 10:00:32Z mz $
XT-Commerce - community made shopping
http://www.xt-commerce.com
Copyright (c) 2003 XT-Commerce
-----------------------------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------------------------*/
// this javascriptfile get includes at every template page in shop, you can add your template specific
// js scripts here
?>
<script type="text/javascript"><!--
//--></script>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="templates/rextex/stylesheet_ie.css" />
<![endif]-->