26include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
45 $this->family =
"interface";
47 $this->module_position =
'20';
49 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
50 $this->
description =
"Enable Social Networks fields into third parties and addresses (skype, twitter, facebook, ...)";
52 $this->version =
'dolibarr';
54 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
56 $this->picto =
'share-alt';
59 $this->dirs = array();
62 $this->config_page_url = array(DOL_URL_ROOT.
'/admin/dict.php?id=38&from=socialnetworksetup');
66 $this->depends = array();
67 $this->requiredby = array();
68 $this->conflictwith = array();
69 $this->phpmin = array(7, 0);
70 $this->langfiles = array();
76 $this->tabs = array();
79 $this->boxes = array();
82 $this->menu = array();
Class to describe a SocialNetworks module.
__construct($db)
Constructor.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
$conf db name
Only used if Module[ID]Name translation string is not found.