I’ve defined a global variable called “gv_default_banner” and added an image url. When I do the following the image url is displayed:
{gv_default_banner}When I wrap it in conditionals nothing is displayed:
{if gv_default_banner != ""}{gv_default_banner}{/if}Do conditionals not work with user defined global variables?
Note: these variables are defined in Templates > Global Variables, not path.php or in a template.