View Single Post
Old 12.04.2004, 02:41   #2 (permalink)
MamboHut
Senior Mamber
 
MamboHut's Avatar
 
Join Date: Mar 2004
Location: New Jersey, USA
Posts: 143
MamboHut is on a distinguished road
Default Re: path names for templates?

very simple , only change the line in your index.php that reads
<link href="css/template_css.css" rel="stylesheet" type="text/css" />

change it to

<link href="templates/midnight/css/template_css.css" rel="stylesheet" type="text/css" />

Don't change the templateDetails.xml file, it look fine that way
MamboHut is offline   Reply With Quote