<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
/////////////////////////////////////////////////////////////////////////////////////////// 

############################################################ 

///////////////////////////////////
//General settings
//////////////////////////////////  

$param_gen = array(
'name'            		=>	'TennisBazar, la brocante du tennis',
'mail_rep'        		=>	'example@example.com',
'mail_signature'     	 	=>	'Script PAG',
'currency'        		=>	'€',
'value_around'        	=>	'',
'active_mention'   		=>	'0',
'active_filter'   		=>	'0',
'active_acc'      		=>	'3',
'active_shops'    		=>	'0',
'active_rubric'     		=>	'0',
'active_swap'     		=>	'1',
'active_don'      		=>	'1',
'active_prem'     		=>	'0',
'active_prem_shops'  	 	=>	'0',
'active_similar_ads'  	=>	'0',
'active_comment' 			=>	'0',
'disable_deposit' 		=>	'0',
'nb_ads'          		=>	'30',
'nb_shops'        		=>	'0',
'nb_ads_adv'          	=>	'0',
'nb_shops_adv'        	=>	'0',
'ads_val'         		=>	'90',
'auto_ads'        		=>	'0',
'auto_acc'        		=>	'0',
'notif'           		=>	'1',
'email_notif'     		=>	'example@example.com',
'flux_gl'         		=>	'1',
'nb_flux_gl'      		=>	'10',
'flux_shops'      		=>	'0',
'nb_flux_shops'  	 		=>	'0',
'activ_facebook_link' 	=>	'1',
'facebook_url'  	 		=>	'',
'activ_twitter_link' 		=>	'1',
'twitter_url'  	 		=>	'',
'activ_linkedin_link' 	=>	'1',
'linkedin_url'  	 		=>	'',
'activ_instagram_link' 	=>	'1',
'instagram_url'  	 		=>	'',
'activ_pinterest_link' 	=>	'1',
'pinterest_url'  	 		=>	'',
);