367 : <Cfif isDefined("getWebUrl.web_url") and len(getWebUrl.web_url) >
368 : <Cfset this.breadCrumbUrl=application.homeurl & getWebUrl.web_url & "/browse/brand/" & lcase(arguments.myUrlStruct.brand)>
369 : <Cfset myresults.deptTree=myresults.deptTree & " " & arguments.seperator & " " & " <span class='active'>" & application.util.titlecase(Replace(arguments.myUrlStruct.brand,"-"," ","ALL")) & "</span>">
370 : <cfelse>
371 : <Cfset this.breadCrumbUrl=application.homeurl & "brand/" & lcase(arguments.myUrlStruct.brand)>
|