Alway enable display
This commit is contained in:
parent
b3f6d559f3
commit
3f998e6771
@ -7,7 +7,7 @@ class SenseFuel extends Module
|
||||
public static $ACTIVE_VERSION_ARRAY = array('com', 'fr');
|
||||
public static $SETUP_VERSION_ARRAY = array();
|
||||
|
||||
private $display = false;
|
||||
private $display = true;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
@ -46,10 +46,10 @@ class SenseFuel extends Module
|
||||
global $cookie;
|
||||
|
||||
// Groupe test
|
||||
$groups = Customer::getGroupsStatic($cookie->id_customer);
|
||||
/*$groups = Customer::getGroupsStatic($cookie->id_customer);
|
||||
if (in_array(2, array_values($groups))) {
|
||||
$this->display = true;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public function hookTop($params)
|
||||
|
Loading…
Reference in New Issue
Block a user