1
I would like to make a site more accesible using an access key combination (Alt key + number) for every link in the menu.
I need to define that access key for all modules and calling it in the template of the block menu.
I tried this for the news module:
.- In the xoops_version.php added the next line:
$modversion[\'config\'][1][\'accesskey\'] = \'3\';
'3' Is its position in the menu.
.- In the system_block_mainmenu.html, for building every link:
<{$module.name}>But it does not work. When I see the source in the web browser the parameter for the accesskey is empty.

Any help?