How to implement variables in menu item/path? Variables such as for 'My Account'. 'My Blog', 'My ContentType', 'Edit Profile', 'Track My Post', Etc.
How to implement variables in menu item/path? Variables such as for 'My Account'. 'My Blog', 'My ContentType', 'Edit Profile', 'Track My Post', Etc.
Comments
Comment #1
ainigma32 commentedAFAIK that is accomplished through hook_menu. So that would mean writing a (minimalistic) module.
- Arie