/* checking platform for stylesheet. style.css for windows stylemac.css for other */ $browser = eregi("win", $HTTP_USER_AGENT); /* $browserie = eregi("MSIE", $HTTP_USER_AGENT); */ $href = "href=style.css"; $href2 = "href=stylemac.css"; if ($sub) { $href = "href=../style.css"; $href2 = "href=../stylemac.css"; } if ($browser) { print(""); } else { print(""); } ?>