48 $this->rights_class =
'gravatar';
52 $this->family =
"interface";
54 $this->module_position =
'75';
56 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
58 $this->
description =
"Use online Gravatar service (www.gravatar.com) to show photo of users/members (found with their emails).<br>Need an internet access.";
60 $this->version =
'dolibarr';
62 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
66 $this->picto =
'gravatar';
70 $this->dirs = array();
74 $this->config_page_url = array();
77 $this->hidden =
false;
78 $this->depends = array();
79 $this->requiredby = array();
80 $this->conflictwith = array();
81 $this->phpmin = array(7, 0);
82 $this->need_dolibarr_version = array(2, 7);
83 $this->langfiles = array();
86 $this->
const = array();
91 $this->tabs = array();
94 $this->boxes = array();
106 $this->rights = array();
120 $this->menu = array();