Clear code
This commit is contained in:
parent
3fb63e6a4b
commit
ee0e882607
@ -32,10 +32,13 @@ class MenuManager
|
|||||||
|
|
||||||
public $type_user = 0; // Put 0 for internal users, 1 for external users
|
public $type_user = 0; // Put 0 for internal users, 1 for external users
|
||||||
public $atarget = ""; // To store default target to use onto links
|
public $atarget = ""; // To store default target to use onto links
|
||||||
|
public $name = "empty";
|
||||||
|
|
||||||
public $menu;
|
public $menu;
|
||||||
public $menu_array_after;
|
public $menu_array_after;
|
||||||
|
|
||||||
|
public $tabMenu;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
@ -60,6 +63,7 @@ class MenuManager
|
|||||||
public function loadMenu($forcemainmenu = '', $forceleftmenu = '')
|
public function loadMenu($forcemainmenu = '', $forceleftmenu = '')
|
||||||
{
|
{
|
||||||
// Do nothing
|
// Do nothing
|
||||||
|
$this->tabMenu = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user