I fix the problem !!!
I disactivate I18N plugin and all works fine !
EDIT : problem not fixed ... but priority is ok for menu
EDIT : I have to make a modification in your code :
replace :
by :
Thanks !
I disactivate I18N plugin and all works fine !
EDIT : problem not fixed ... but priority is ok for menu
EDIT : I have to make a modification in your code :
replace :
Code:
$mypageArray[(string)$page]['menuOrder']=returnPageField($page,'submenuorder');
by :
Code:
$mypageArray[(string)$page]['menuOrder']=returnPageField($page,'menuOrder');
Thanks !