Subversion Repositories SmartDukaan

Rev

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

Rev 10720 Rev 10844
Line 218... Line 218...
218
		{$response['render']=$render['render'];}
218
		{$response['render']=$render['render'];}
219
 
219
 
220
	return $response;
220
	return $response;
221
	//print_r($data);
221
	//print_r($data);
222
}
222
}
-
 
223
function faq_list($data=array())
-
 
224
{
-
 
225
  $response =array();
-
 
226
  
-
 
227
  $render = $this->config->item(__FUNCTION__);
-
 
228
  if(isset($render['render']) and !empty($render['render']))
-
 
229
    {$response['render']=$render['render'];}
-
 
230
 
-
 
231
  return $response;
-
 
232
  //print_r($data);
-
 
233
}
223
function breadcrumb($data=array())
234
function breadcrumb($data=array())
224
{
235
{
225
	$response =array();
236
	$response =array();
226
	
237
	
227
	$render = $this->config->item(__FUNCTION__);
238
	$render = $this->config->item(__FUNCTION__);
Line 1134... Line 1145...
1134
	return $response;
1145
	return $response;
1135
	
1146
	
1136
}
1147
}
1137
function insuranceInfo($data=array())
1148
function insuranceInfo($data=array())
1138
{
1149
{
-
 
1150
 
1139
	$response =array();
1151
	$response =array();
1140
	if(isset($data['response']) && !empty($data['response'])){
1152
	if(isset($data['response']) && !empty($data['response'])){
1141
		$response[] = json_decode($data['response']);
1153
		$response[] = json_decode($data['response']);
1142
	}
1154
	}
1143
	$render = $this->config->item(__FUNCTION__);
1155
	$render = $this->config->item(__FUNCTION__);