<em>@kipperfletcher23 341499 wrote:</em><blockquote>How can I change the breadcrumb links at bottom of the page to a menu.
I am looking to replace with horizontal menu.
Your help would be welcomed.</blockquote>
Hi,
I think you can add more block under the breadcrumb.
Goto:
templatesyour_template_folderetclayoutsdefault.xml
Find these lines:
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight">user13, user14, user15, user16</block>
<block name="botsl1" type="spotlight">user17, user18, user19, user20</block>
<block name="botsl2" type="spotlight">user21, user22, user23, user24</block>
<block name="navhelper" type="navhelper"></block>
<block name="footer" type="footer"></block>
</blocks>
<block name="navhelper" type="navhelper"></block>
is for defining the breadcrumbs
You can remove it, and replace with a new block like this:
<block name="botsl3" type="spotlight">position-3</block>
Then change position of your menu to position-3, restyle the block.