Subversion Repositories SmartDukaan

Rev

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

Rev 11627 Rev 11677
Line 19... Line 19...
19
$config['productinfo']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_details'),'footer'=>array('footer_link'));
19
$config['productinfo']= array('header'=>array('top_menu','search_bar'),'response'=>array('product_details'),'footer'=>array('footer_link'));
20
 
20
 
21
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','login'),'footer'=>array('footer_link'));
21
$config['oauth_login']= array('header'=>array('top_menu','search_bar'),'response'=>array('login_process','login'),'footer'=>array('footer_link'));
22
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','signup'),'footer'=>array('footer_link'));
22
$config['oauth_signup']= array('header'=>array('top_menu','search_bar'),'response'=>array('signup_process','signup'),'footer'=>array('footer_link'));
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
$config['change_password']= array('header'=>array('top_menu','search_bar'),'response'=>array('password_process','changePassword'),'footer'=>array('footer_link'));
24
//social integration
25
//social integration
25
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
26
$config['oauth_social']['facebook']=array('id'=>'297759993685863','secretkey'=>'981be17e9fb442c0968a4e6bb18f099a');
26
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
27
//$config['oauth_social']['google']=array('id'=>'482999149520-ugui554gp6ts42a9sa1kv59id149k97t.apps.googleusercontent.com','secretkey'=>'h0KYlU9a7fdzqm0HUqaxze6r');
27
 
28
 
28
$config['faq']= array('header'=>array('top_menu','search_bar'),'response'=>array('faq_list'),'footer'=>array('footer_link'));
29
$config['faq']= array('header'=>array('top_menu','search_bar'),'response'=>array('faq_list'),'footer'=>array('footer_link'));
Line 152... Line 153...
152
 * ----------------------------------------------------------------------
153
 * ----------------------------------------------------------------------
153
 */
154
 */
154
$config['login']=array('url' => 'login', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
155
$config['login']=array('url' => 'login', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
155
$config['signup']=array('url' => 'register', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
156
$config['signup']=array('url' => 'register', 'params'=>array('email,passwd'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
156
$config['forgotpassword']=array('url' => 'forgot-password', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
157
$config['forgotpassword']=array('url' => 'forgot-password', 'params'=>array('email'),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full');
-
 
158
$config['changePassword']=array('url' => 'login-details', 'params'=>array(),'is_public'=>TRUE,'is_get'=>TRUE,'display'=>'full','render'=>'yes');
157
 
159
 
158
/*
160
/*
159
 * ----------------------------------------------------------------------
161
 * ----------------------------------------------------------------------
160
 * PARAMS FOR Cart PAGE
162
 * PARAMS FOR Cart PAGE
161
 * ----------------------------------------------------------------------
163
 * ----------------------------------------------------------------------
Line 189... Line 191...
189
 
191
 
190
$config['authentication_bar']=array('render'=>'yes');
192
$config['authentication_bar']=array('render'=>'yes');
191
$config['subscribe_bar']=array('render'=>'yes');
193
$config['subscribe_bar']=array('render'=>'yes');
192
$config['social_bar']=array('render'=>'yes');
194
$config['social_bar']=array('render'=>'yes');
193
$config['login_process']=array('render'=>'yes');
195
$config['login_process']=array('render'=>'yes');
-
 
196
$config['password_process']=array('render'=>'yes');
194
$config['signup_process']=array('render'=>'yes');
197
$config['signup_process']=array('render'=>'yes');
195
$config['cart_empty']=array('display'=>'full','render'=>'yes');
198
$config['cart_empty']=array('display'=>'full','render'=>'yes');
196
$config['footer_link']=array('render'=>'yes');
199
$config['footer_link']=array('render'=>'yes');
197
$config['search_bar']=array('render'=>'yes');
200
$config['search_bar']=array('render'=>'yes');
198
$config['recharge_icons']=array('render'=>'yes');
201
$config['recharge_icons']=array('render'=>'yes');