How to change "Home" menu title on JM Asenti Nav

Hello guys.!

I am using JM Asenti, and I need to change the "Home" Nav menu title to somethin else.. like "Inicio"
I try this, but the conde on reference seems not to be on this template version. http://www.joomlart.com/forums/showt…y-menu-magento

here is the menu option I need to change.. as it is not a category name like the rest.

can please someone give a clue on how to change that please?

best regards to all!

Attachment 24358

2 answers

Profile photo of Saguaros 0.00 $tone November 19, 2012
Public

Hi rcerrato,

Please open this file: \app\design\frontend\default\jm_asentitemplate\ca talognavigationtop.phtml

At approx line 171, there should be code like:

PHP Code:

<li <?php echo $homecls;?>>
    <a <?php echo $homecls;?> href="<?php echo $this->getUrl(''?>" title="Home"><span>Home</span></a>
</li>


and change text Home in above <span>tag.

Flush magento cache and refresh your page.

#1

This question is now closed

Written By

Comments