Subversion Repositories SmartDukaan

Rev

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

Rev 13553 Rev 13554
Line 17... Line 17...
17
		$this->load->view($this->layoutName.$headkey);
17
		$this->load->view($this->layoutName.$headkey);
18
	}
18
	}
19
	else
19
	else
20
		{ 
20
		{ 
21
			if(isset($value) and !empty($value) and count($value)>1)
21
			if(isset($value) and !empty($value) and count($value)>1)
-
 
22
				{ 
22
				{ //echo 'data list here';}
23
					//echo 'data list here';
-
 
24
				}
23
		}
25
		}
24
 
26
 
25
	
27
	
26
}
28
}
27
 
29