Subversion Repositories SmartDukaan

Rev

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

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