SyntaxFix
Write A Post
Hire A Developer
Questions
Personally, I would prefer
<IF> <TIME from="5pm" to="9pm" /> <THEN> <!-- action --> </THEN> <ELSE> <!-- action --> </ELSE> </IF>
In this way you don't need an id attribute to tie together the IF, THEN, ELSE tags
id
IF
THEN
ELSE