Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 14012
Line 37... Line 37...
37
		$this->load->view($route.$headkey,array($headkey=>array()));
37
		$this->load->view($route.$headkey,array($headkey=>array()));
38
	}
38
	}
39
	else
39
	else
40
		{ 
40
		{ 
41
			if(isset($value) and !empty($value) and count($value)>1)
41
			if(isset($value) and !empty($value) and count($value)>1)
-
 
42
				{ 
42
				{ echo 'data list here';}
43
					//echo 'data list here';
-
 
44
				}
43
		}
45
		}
44
 
46
 
45
	
47
	
46
}
48
}
47
 
49
 
48
}
50
}
49
?>
51
?>
50
<!--<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>-->
52
<!--<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>-->
51
<script src="<?=base_url().$this->config->item('current_client')?>/js/checkout.js?version=<?=$this->config->item('cdn_version');?>" type="text/javascript"></script>
-
 
52
53
<script src="<?=base_url().$this->config->item('current_client')?>/js/checkout.js?version=<?=$this->config->item('cdn_version');?>" type="text/javascript"></script>
-
 
54