Code improvement and ergonomy for menu display

This commit is contained in:
sparkyx 2025-11-17 10:33:23 +01:00
parent aaf9a16851
commit 5bfffcce97
7 changed files with 77 additions and 14 deletions

View file

@ -281,7 +281,8 @@ if (isset($_REQUEST['ac']))
// Show module and highligt selected one
show_module($module_id);
global $level;
$level = 0;
show_menu( $amenu_id[0]['pm_id_v3']);
show_menu( $amenu_id[0]['pm_id_v2']);