Active Class In Menu :-
class="getCurrentUrl(),'home') != false ) :?>active"
-------------------------------------------------------------------------------------------------------------------------------
Match URL :-
http://www.sainisamaj.co.in/home.php
if (strpos(Mage::helper('core/url')->getCurrentUrl(),'home') != false )
{
echo "Yes";
} else {
echo "No";
} ?>
No comments:
Post a Comment