By medicpark on
When I view "My account" page, I see the following
* view * edit * track * contact
If I want to place a link in the primary link so that the visitor can immediately be linked to "edit my account",
how do I create such a link?
my webpage is http://www.medicpark.com
Please assist.
Thanks.
Comments
Here's an example (4.7) of
Here's an example (4.7) of some things you can do:
Nb. The $user->profile_name is something I created myself using the profile module.
Pobster
thanks
Thanks for your reply. Will try it soon.
Website: http://www.medicpark.com
Email: mail@medicpark.com
A suggest small modification
To make the code work with or without clean URLs you want to call the l() function (that's a lower case L). So
would become
Note I made the whole phrase the link instead of a single word, not required but it makes it easier to be translatable.