well my bad, that is the problem with just cut and past my first module up ![:whistle: :whistle:]()
The proble was I had the line:
if (! ((GETPOST('testmenuhider','int') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)))
{
$conf->dol_hide_leftmenu = 1; // Force hide of left menu.
}
In top of the page !! ANd I do not just it and the note is clear ; "Force hide left menu !!![:laugh: :laugh:]()
so remove that line or set $conf->dol_hide_leftmenu = 0 make the menu appear.
Thanks, @aljawaid for you fast respond

The proble was I had the line:
if (! ((GETPOST('testmenuhider','int') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)))
{
$conf->dol_hide_leftmenu = 1; // Force hide of left menu.
}
In top of the page !! ANd I do not just it and the note is clear ; "Force hide left menu !!

so remove that line or set $conf->dol_hide_leftmenu = 0 make the menu appear.
Thanks, @aljawaid for you fast respond