How is the Main Menu Created?

I just got the JM Adamite, and I get the static blocks but how is the Main Menu created? It’s not in the user guides.

3 answers

Profile photo of thangnn1510 0.00 $tone June 30, 2011
Public

To add external links to the menu you need to add some custom codes. Please do the following:

1. app\design\frontend\default\jm_adamitetemplate\ca talognavigationtop.phtml

2. Add this code:

Code:

<li><a href="your link">your title</a></li>

to below:

Code:

 <?php if ( $tmpTools->getParam("usertool_color", '4') == "4" ) : ?>
        <li class="level0 parent" >
        	<a onmouseout="toggleMenu(this,0)" onmouseover="toggleMenu(this,1)" href="#"><span>Colors</span></a>         
            <?php echo $tmpTools->genToolMenu ($tmpTools->getParam('usertool_color'),'txt'); ?>
        </li>
        <?php endif; ?>
#3

Please login or Register to Submit Answer

Written By

Comments