I am running Mage 1.5.0.1 and I am trying to remove the navigation links from the My Account section.
My local.xml has the following which works fine:
I just refactored account dashboard links and removed CSS nth-child selectors as I had before and instead changed app/design/frontend/default/your_theme/template/customer/account/navigation.phtml to this
__('My Account'); ?>
getLinks(); ?>
= $_count); ?>
isActive($_link)): ?>
- getLabel() ?>
- >getLabel() ?>
basically unset any unwanted links.