Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Unknown Tag: 'build_css_url'"

Quote Reply
Unknown Tag: 'build_css_url'"
My templates all include this line:
Code:
<link rel=stylesheet href="<%build_css_url%>" type="text/css" title="<%site_title%> style sheet">


I have set build_css_url in Path and URL Settings, but the built and dynamic pages both have this at the top:
Code:
<link rel=stylesheet href="Unknown Tag: 'build_css_url'" ...


Can anyone suggest what I have done wrong?

Quote Reply
Re: [YoYoYoYo] Unknown Tag: 'build_css_url'" In reply to
Check your GLOBAL settings...you need to have a global tag called build_css_url.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [AnthroRules] Unknown Tag: 'build_css_url'" In reply to
Thanks Eliot -- that worked instantly.

Now I'm wondering why 'Path and URL Settings' has a setting for build_css_url, if it's not actually used ...