Hi Bob,
What's the PHP code that your using?
I know this sounds crazy but are you echoing the code out so it writes.
If it works in HTML it will work in PHP. That way you don't have to write the
Template name and path.
You may need to edit
1. template_css.css | replace with your ie css.
2. media="all" the property to screen and other to ?
PHP Code:
<link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
Cheers,
Brian