370 : <cfelse>
371 : <Cfset this.breadCrumbUrl=application.homeurl & "brand/" & lcase(arguments.myUrlStruct.brand)>
372 : <Cfset myresults.deptTree=myresults.deptTree & " " & "<a href='"& this.breadCrumbUrl &"' title='Shop all " & ucase(arguments.myUrlStruct.brand) & " products'>" & application.util.titlecase(Replace(arguments.myUrlStruct.brand,"-"," ","ALL")) & "</a>">
373 : </cfif>
374 :
|