Hi,<div><br></div><div>I&#39;m trying to change the title of the menu item &quot;View&quot; on a node page.. I want to change the tab name to be the title of the node (with an ellipsis if it goes beyond a limit).. This means the title of the tab here will be dynamic.. I&#39;ve tried using hook_menu_alter and tried to change the title of the menu item &#39;node/%node/view&#39; with some code.. I tried 3 ways -- one, get the title using a query with arg(1), two, by page_get_title, and 3 by menu_get_object to get the respective node and then the title.. None of the approaches has worked for me.. If you guys know a quick solution, that would be wonderful.. I dont want to change it via tpl for sure..</div>
<div><br></div><div>PS: I&#39;ve also tried hook_menu_link_alter but it did not work<br clear="all"><br>Cheers,<br>Mukesh<br>
</div>