3
Thank you, I will correct this typo on Transifex
EDIT : File blocks.php corrected on Transifex and Sourceforge. I replaced:
define("_MB_MYMENUS_DISPLAY_METHOD_DSC","If you choose assign to the template, then you can use <{$xoops_menu_UNIQUEID"}> in your theme");
with:
define("_MB_MYMENUS_DISPLAY_METHOD_DSC","If you choose assign to the template, then you can use <{ $ xoops_menu_UNIQUEID }> in your theme (without spaces)");
otherwise it uses
<{$xoops_menu_UNIQUEID}> which is not required, because it was an example of use given in the definition