7 : <cfscript>
8 : if (variables.objZone.GetZoneId() EQ 1 AND ListLen(url.section, ".") EQ 1){
9 : variables.aEvent = XmlSearch(application.xmlEventTags, "/events/event[tag = '#LCase(url.section)#']");
10 : if (ArrayLen(variables.aEvent)){
11 : // set url vars as if we're going to summary
|