160 : <cfif isDefined("url.league") and not len(url.league) and website.urlstruct.varcount eq 0 and application.useSportsNavigation>
161 : <Cflocation url="#application.homeurl#" addtoken="no">
162 : <Cfelseif ReplaceNoCase(website.urlstruct.mapping,application.homeurl,"","ALL") eq "category.cfm" and val(website.urlstruct.varcount) eq 0>
163 : <Cflocation url="#application.homeurl#info/sitemap" addtoken="no">
164 : </cfif>
|