--- page.tpl.php	2008-09-09 07:14:22.000000000 -0600
+++ page.tpl.php.fix	2009-03-30 12:56:49.000000000 -0600
@@ -16,7 +16,7 @@
   <?php print $head; ?>
   <?php print $styles; ?>
   <!--[if IE]>
-    <?php if (file_exists($directory .'/ie.css')): ?>
+    <?php if (file_exists($base_path . $directory .'/ie.css')): ?>
       <link type="text/css" rel="stylesheet" media="all" href="<?php print $base_path . $directory; ?>/ie.css" >
     <?php endif; ?>
   <![endif]-->
