Quote Originally Posted by picaflor-azul View Post
This will break the cross browser compatibility for ie because you have omitted the calls for the ie stylesheets.

Thanks,

Anne
So I should change the very bottom of the code to how it's below? Or do I have to do that somewhere else?

Code:
//DEBUG: echo '<!-- I SEE cat: ' . $current_category_id . ' || vs cpath: ' . $cPath . ' || page: ' . $current_page . ' || template: ' . $current_template . ' || main = ' . ($this_is_home_page ? 'YES' : 'NO') . ' -->';
?>
<!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/andover_modern/css/ie6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="includes/templates/andover_modern/css/ie7.css" /><![endif]-->
</head>