Hi.
I am working on Moodle 2.6
I want to control some menu items on the block.
For example, remove "my profile" menu on the navigation block or rename "my profile" to "profile".
How Can i do that?
Thanks.
Start with understanding Output renderers.
For the navigation block you can override core_renderer::render_navigation_node.
hth