Subversion Repositories SmartDukaan

Rev

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

Rev 10754 Rev 10843
Line 23... Line 23...
23
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
23
$config['oauth_forgetpassword']= array('header'=>array('top_menu','search_bar'),'response'=>array('forgotpassword'),'footer'=>array('social_bar','footer_link'));
24
//social integration
24
//social integration
25
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
25
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
26
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
26
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
27
 
27
 
-
 
28
$config['faq']= array('header'=>array('top_menu','search_bar'),'response'=>array('faq_list'),'footer'=>array('footer_link'));
-
 
29
$config['faq_list']=array('url' => '', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'','render'=>'yes');
-
 
30
 
28
//recharge
31
//recharge
29
$config['recharge']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_list','mobile_operator','dth_operator','plan_map','recharge_confirmation','recharge_amount'),'footer'=>array('footer_link'));
32
$config['recharge']= array('header'=>array('top_menu','search_bar'),'response'=>array('recharge_list','mobile_operator','dth_operator','plan_map','recharge_confirmation','recharge_amount'),'footer'=>array('footer_link'));
30
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
33
$config['service']= array('header'=>array(),'response'=>array('service_provider'),'footer'=>array());
31
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
34
$config['denominations']= array('header'=>array(),'response'=>array('mobile_denominations'),'footer'=>array());
32
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
35
$config['rechargeAmount']= array('header'=>array(),'response'=>array('recharge_amount'),'footer'=>array());
Line 177... Line 180...
177
$config['deliveryProblem']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
180
$config['deliveryProblem']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
178
$config['paymentStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
181
$config['paymentStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
179
$config['orderStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
182
$config['orderStatus']=array('url' => 'contact-us/all_orders', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
180
 
183
 
181
 
184
 
-
 
185
 
-
 
186
 
182
$config['authentication_bar']=array('render'=>'yes');
187
$config['authentication_bar']=array('render'=>'yes');
183
$config['subscribe_bar']=array('render'=>'yes');
188
$config['subscribe_bar']=array('render'=>'yes');
184
$config['social_bar']=array('render'=>'yes');
189
$config['social_bar']=array('render'=>'yes');
185
$config['footer_link']=array('render'=>'yes');
190
$config['footer_link']=array('render'=>'yes');
186
$config['search_bar']=array('render'=>'yes');
191
$config['search_bar']=array('render'=>'yes');