change drupal 7 views menu title at runtime from code -


all,

i can't find way change menu title of drupal views page view programmatically @ runtime. i've looked @ $view object, don't see page settings menu tab title slot.

any clues?

thanks

[edit]

i found answer:

for curious, turns out hook_menu_local_tasks_alter(&$data, $router_item, $root_path) provides access menu titles @ runtime. dpm($data) show how.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -