Is it possible to set conditionals in Snippets?
I have a Global Variable set named “google analytics” and have the following conditional in “snp_footer” Snippet:
{if google_analytics}
[removed]
var _gaq = _gaq || [];
...
[removed]
{/if}When try to load a page it doesn’t add the Google Analytics script.