Changing the links at the top of the page, and on the left how?

I just installed JM_Larix and I’m trying to change the links on the top of the site to remove the categories, and move them to the left side of the page, and add links going off the magento site. Basically I want the top to look similar to and link to the Joomla CMS portion of my site located here: http://www.theoryshare.com/

1 answer

congtq 0.00 $tone July 6, 2010
Public

Hi theoryshare

Pls read this thread to turn on Template Path Hints.
http://www.joomlart.com/forums/showt…l=1#post183762

So you can see where templates are.

To show category on left, open app\design\frontend\default\jm_larix\layout\page.x ml
add

Code:

<block type="catalog/navigation" name="catalog.leftcat" template="catalog/navigation/sidenav.phtml" before="-"/>

above

Code:

<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/user_links.phtml"/>

to remove category on top, you open app\design\frontend\default\jm_larixtemplate\cata lognavigationtop.phtml and delete all content.

Hope you success.

#1

This question is now closed

Written By

Comments