correction:

<link rel="stylesheet" type="text/css" href="css/'.$_SERVER["SCRIPT_NAME"].'" />

should be:

<link rel="stylesheet" type="text/css"
href="css/'.$_SERVER["SCRIPT_NAME"].'.css" />

[UNTESTED]

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to