Description: | Menu Token module provides tokens, that could be used in title or in
path of menu items (links). For example, if you create a menu item with
path:"user/[current-user:uid]", the url will be changed "on fly" to:
"user/1" (assuming you are user 1).
Tokens are provided by Token [1] module. Menu Token allows to use both
global tokens and entity ones: node, user, term, etc. Entity tokens have
several methods of substitution: from context, random and user defined.
This package provides the following Drupal 7 module:
* menu_token
[1] https://www.drupal.org/project/token |