Line 591: if (crumbDS.Tables(0).rows(0).Item("style_id") = "s04" OR crumbDS.Tables(0).rows(0).Item("style_id") = "s05")
Line 592: s03Set = getBcrumbQ(crumbDS.tables(0).rows(0).Item("pg_parent"))
Line 593: s02Set = getBcrumbQ(s03Set.tables(0).rows(0).Item("pg_parent"))
Line 594: if s02Set.Tables(0).Rows.count() > 0
Line 595: bCrumb += createCrumbEntry("B3", s02Set.tables(0).rows(0).Item("pg_url"), s02Set.tables(0).rows(0).Item("pg_bcrumb_embed"), true)
|