Subversion Repositories SmartDukaan

Rev

Rev 12694 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12694 Rev 12751
Line 3... Line 3...
3
        <?php
3
        <?php
4
		if(isset($top_menu) and !empty($top_menu))
4
		if(isset($top_menu) and !empty($top_menu))
5
		{
5
		{
6
			foreach($top_menu as $hm)
6
			foreach($top_menu as $hm)
7
			{
7
			{
-
 
8
				//Donot display recharge menu
-
 
9
				if($hm[0]['url']=='recharge')continue;
8
				if(isset($hm['child']) and !empty($hm['child']))
10
				if(isset($hm['child']) and !empty($hm['child']))
9
				{
11
				{
10
        			?>
12
        			?>
11
			        <div class="cat-title clearfix" >
13
			        <div class="cat-title clearfix" >
12
			          <span class="icon-hldr" style="background: url(<?php echo $hm[0]['icon_url'];?>)no-repeat center center;background-size:contain;"></span>
14
			          <span class="icon-hldr" style="background: url(<?php echo $hm[0]['icon_url'];?>)no-repeat center center;background-size:contain;"></span>