The XTemplate theme doesn't contain the correct path to the CSS file. Here is the generated html:
< link type="text/css" rel="stylesheet" href="/xtemplate.css" / >
You can test this by updating to the lasted xtemplate theme. Goto Admin > Config > Themes > Enable XTemplate then goto Themes > XTemplate.
Description of new feature:
Selecting a different template will change the look and feel of your site. To create a new template, create a new directory under themes/xtemplate and copy the contents of an existing template (e.g. themes/xtemplate/default) into it. The new template will automatically become available in the selection menu and will be identified by its directory name.
The instructions say the path to the css file should be < link type="text/css" "themes/xtemplate/default/xtemplate.css" instead of "/xtemplate.css".
Judah
Comments
Comment #1
TDobes commentedExact duplicate of 5905, which is a duplicate of 5858.