12 lines
435 B
PHP
12 lines
435 B
PHP
<?php
|
|
|
|
/* defines modules support product id */
|
|
define('_FBFP_SUPPORT_ID', '8130');
|
|
|
|
/* defines activate the BT support if false we use the ADDONS support url */
|
|
define('_FBFP_SUPPORT_BT', false);
|
|
//define('_FBFP_SUPPORT_BT', true);
|
|
|
|
/* defines activate the BT support if false we use the ADDONS support url */
|
|
define('_FBFP_SUPPORT_URL', 'https://addons.prestashop.com/');
|
|
//define('_FBFP_SUPPORT_URL', 'http://www.businesstech.fr/');
|