I’m positive that I’ve screwed something up with an EE addon someplace to make this happen but I cannot figure out which…
When I use a stylesheet variable to link my templates to a stylesheet template like this:
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet=mondaymag/stylesheet.css}" />... the page renders without style and the source shows this:
<link rel="stylesheet" type="text/css" media="all" href="http://www.weekinthereview.com/index?css=mondaymag/stylesheet.css.v.1203485371" />Notice the extra “.v.1203485371” on the end of the URL? Can anyone tell me what I’ve done wrong here? It’s been a few years since I worked seriously in EE (v1.3, to be exact) so I’m sure I’m making a rookie mistake with 1.6.2.
Thank you.