PDA

View Full Version : breadcrum function


karsin
03-04-07, 19:30
Hi All,

I would like to display in my page with

Home > Children's Clothing > Boys' Clothes

instead of

Home > Clothing & Accessories > Children's Clothing > Boys' Clothes

have been trying to change the code in class.shopcore.php

if ( strlen($aCrumb['sUrl'])>0 && $bHtml===true ) {
$sReturn .= '<a href="'.$aCrumb['sUrl'].'">';
}

How can i change the code so it will skip the "Clothing & Accessories" ?

Thanks

ks