Hi,
I've defined a new variable "MessageOfTheDay" in "Design,Library,Variables,Site" to add to the page header, but when I include a reference to it I still get "Variable 'MessageOfTheDay' is not defined." in bright red in Design view.
I've done this before in my current site, but cannot added to a new site I'm creating to test a new design.
I've defined a new variable "MessageOfTheDay" in "Design,Library,Variables,Site" to add to the page header, but when I include a reference to it I still get "Variable 'MessageOfTheDay' is not defined." in bright red in Design view.
Code:
<p> <actinic:variable name="HeaderText" /> <actinic:variable name="MessageOfTheDay" /> </p>
Comment