extra stylesheet reference?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

extra stylesheet reference?

Post by kermit »

this is the output code:

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" />
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:

Code: Select all

<head>
<title>
	{title} | Site Name
</title>
{metadata}
{stylesheet}
</head>
running 0.12 daily from 28/01/06.
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: extra stylesheet reference?

Post by Ted »

Thanks for that.  Utter did tell me about that one the other day, and I neglected to fix it (and then forgot).  I'll do it now before bed.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: extra stylesheet reference?

Post by Ted »

It's done.
Post Reply

Return to “Layout and Design (CSS & HTML)”