Subversion Repositories SmartDukaan

Rev

Rev 12622 | Rev 14233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12622 Rev 14232
Line 23... Line 23...
23
		$this->load->view($route.$headkey,array($headkey=>array()));
23
		$this->load->view($route.$headkey,array($headkey=>array()));
24
	}
24
	}
25
	else
25
	else
26
		{ 
26
		{ 
27
			if(isset($value[0]) and !empty($value[0]) and count($value[0])>1)
27
			if(isset($value[0]) and !empty($value[0]) and count($value[0])>1)
28
				{ echo print_r($value[0]);}
28
				{ //echo print_r($value[0]);}
29
		}
29
		}
30
 
30
 
31
	
31
	
32
}
32
}
33
 
33
 
34
}
34
}
35
?>
35
?>
36
 
36
 
37
<script src="<?=base_url().$this->config->item('current_client')?>/js/product_detail.js?version=<?=$this->config->item('cdn_version');?>" type="text/javascript"></script>
37
<script src="<?=base_url().$this->config->item('current_client')?>/js/product_detail.js?version=<?=$this->config->item('cdn_version');?>" type="text/javascript"></script>
38
<!--<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>-->
-
 
39
38
<!--<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>-->
-
 
39