26 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
48 $this->family =
"interface";
50 $this->module_position =
'20';
52 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
53 $this->
description =
"Enable Social Networks fields into third parties and addresses (skype, twitter, facebook, ...)";
55 $this->version =
'dolibarr';
57 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
59 $this->picto =
'share-alt';
62 $this->dirs = array();
65 $this->config_page_url = array(DOL_URL_ROOT.
'/admin/dict.php?id=38');
68 $this->hidden = !empty($conf->global->MODULE_SOCIALNETWORKS_DISABLED);
69 $this->depends = array();
70 $this->requiredby = array();
71 $this->conflictwith = array();
72 $this->phpmin = array(7, 0);
73 $this->langfiles = array();
79 $this->tabs = array();
82 $this->boxes = array();
85 $this->menu = array();
Class to describe a SocialNetworks module.
__construct($db)
Constructor.
print *****$script_file(".$version.") pid cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.