Subversion Repositories SmartDukaan

Rev

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

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