The documentation states User-defined global variables are not run through the template engine, so you cannot place EE Tags, PHP, or variables inside them.
When looking at the Agile Records demo install, there are 2 templates in the Global Variables that are confusing me:
rss template contains {path=news/rss}
rss_links template contains {site_url}
And it works!
Are path and site_url not considered EE Tags? I guess I just always considered anything surrounded by {} to be EE Tags, but apparently not?
EE Tags must mean the templating system tags or references to addons tags? When the documentation refers to variables, it’s not referring to super global variables then, rather user defined ones or trying to pass in a variable to the template?