extra stylesheet reference?
Posted: Wed Feb 01, 2006 4:31 am
this is the output code:
this was a new template and 2 new stylesheets (one screen, one print) that were attached to that new template.. i noticed three references to stylesheets in the output. the template only lists two css references in the admin area. the first reference when requested separately is an empty file.
the 'head' portion of the template is simply:
running 0.12 daily from 28/01/06.
Code: Select all
<link rel="stylesheet" type="text/css" href="http://127.0.0.1/stylesheet.php?templateid=16" />
<link rel="stylesheet" type="text/css" media="print" href="http://127.0.0.1/stylesheet.php?templateid=16&mediatype=print" />
<link rel="stylesheet" type="text/css" media="screen" href="http://127.0.0.1/stylesheet.php?templateid=16&mediatype=screen" />
the 'head' portion of the template is simply:
Code: Select all
<head>
<title>
{title} | Site Name
</title>
{metadata}
{stylesheet}
</head>