Left sidebar menu's element

Hi,

How can i change/add/remove/move menu element in Left side bar?

For example- Im trying to move “Leads” next to Profile menu (at top-right bar). How can I do it?

I found the line that generating front-end of the menu, but can’t find the main code -

Code:
<?php echo $view['knp_menu']->render('main', array("menu" => "main")); ?>


Thanks

Hi,
How can i change/add/remove/move menu element in Left side bar?
For example- Im trying to move “Leads” next to Profile menu (at top-right bar). How can I do it?
I found the line that generating front-end of the menu, but can’t find the main code -

<?php echo $view['knp_menu']->render('main', array("menu" => "main")); ?>

Thanks