New: Support __LOGIN__ and __USERID__ on left menu entries

This commit is contained in:
Laurent Destailleur 2013-03-30 21:29:14 +01:00
parent fa6e9d2d47
commit dca3179bfe

View File

@ -285,6 +285,8 @@ function print_left_auguria_menu($db,$menu_array_before,$menu_array_after,&$tabM
// Add mainmenu in GET url. This make to go back on correct menu even when using Back on browser.
$url=dol_buildpath($menu_array[$i]['url'],1);
$url=preg_replace('/__LOGIN__/',$user->login,$url);
$url=preg_replace('/__USERID__/',$user->id,$url);
if (! preg_match('/mainmenu=/i',$menu_array[$i]['url']))
{