Subversion Repositories SmartDukaan

Rev

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

Rev 11517 Rev 14012
Line 16... Line 16...
16
		$this->load->view($route.$headkey,array($headkey=>array()));
16
		$this->load->view($route.$headkey,array($headkey=>array()));
17
	}
17
	}
18
	else
18
	else
19
		{ 
19
		{ 
20
			if(isset($value) and !empty($value) and count($value)>1)
20
			if(isset($value) and !empty($value) and count($value)>1)
-
 
21
				{ 
21
				{ echo 'data list here';}
22
					//echo 'data list here';
-
 
23
				}
22
		}
24
		}
23
 
25
 
24
	
26
	
25
}
27
}
26
 
28