Tuesday 27 January 2004 7:31:28 am
Hi Victor, The label "Basket" which appears as part of the bread crumbs bar, is defined in the basket view code of the shop module. Open kernel/shop/basket.php and scroll to the very bottom of the document where you find the following code:
$Result['path'] = array( array( 'url' => false, 'text' => ezi18n( 'kernel/shop', 'Basket' ) ) ); Sincerely, Eirik Johansen PS. Keep in mind that altering the kernel will make your distribution uncompatible with future versions. You might be better of doing some kind of template override, depending on where in your template code your bread crumbs bar is located.
Sincerely,
Eirik Alfstad Johansen
http://www.netmaking.no/
|