顶部菜单中的Magento活动状态
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了顶部菜单中的Magento活动状态相关的知识,希望对你有一定的参考价值。
<?php $_currentUrl = Mage::helper('core/url')->getCurrentUrl(); $_homeUrl = Mage::helper('core/url')->getHomeUrl(); ?> <div class="nav-container"> <ul id="nav"> <?php echo $_menu; ?> <li class="level0 nav-1 level-top <?php if ($_currentUrl === $_homeUrl.'contact'):?> active<?php endif;?>"><a href="<?php echo $this->getUrl('contact')?>"><?php echo $this->__('Contact Us') ?></a> </li> </ul> </div> <?php endif ?>
以上是关于顶部菜单中的Magento活动状态的主要内容,如果未能解决你的问题,请参考以下文章