Subversion Repositories SmartDukaan

Rev

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

Rev 13306 Rev 13553
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
				{ echo 'data list here';}
22
				{ //echo 'data list here';}
23
		}
23
		}
24
 
24
 
25
	
25
	
26
}
26
}
27
 
27