which file controls the links in the sidebar navigation on a customer’s account dashboard?
thanks
EDIT : i’m trying to edit the text on these links (eg. change “Newsletter Subscriptions” to “Latest News” maybe)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those links are built up from the different layout XML files. The customer.xml file creates the left hand nav block:
and then other layouts add links e.g. :
So to edit the text of the Newsletter link, you need to edit the
labelnode innewsletter.xmlin your theme.HTH,
JD