# Left sidebar menu's element

**URL:** https://forum.mautic.org/t/left-sidebar-menus-element/3098
**Category:** Development
**Created:** [December 30, 2015, 2:38pm UTC](https://forum.mautic.org/t/left-sidebar-menus-element/3098 "2015-12-30T14:38:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![zahedkamal87](https://avatars.discourse-cdn.com/v4/letter/z/f1d935/32.png) [@zahedkamal87](https://forum.mautic.org/u/zahedkamal87)
#### Post date: [December 30, 2015, 2:38pm UTC](https://forum.mautic.org/t/left-sidebar-menus-element/3098/1 "2015-12-30T14:38:38Z")

</div>

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

---

<div class="post-metadata">

### Author: ![zahedkamal87](https://avatars.discourse-cdn.com/v4/letter/z/f1d935/32.png) [@zahedkamal87](https://forum.mautic.org/u/zahedkamal87)
#### Post date: [December 30, 2015, 2:38pm UTC](https://forum.mautic.org/t/left-sidebar-menus-element/3098/2 "2015-12-30T14:38:38Z")

</div>

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 -

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

Thanks

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 10:54pm UTC](https://forum.mautic.org/t/left-sidebar-menus-element/3098/3 "2020-02-02T22:54:37Z")

</div>


