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
Post a Comment