|
What’s really confusing me is the /content/app/design/frontend/default/default/layout/customer.xml file. This seems like the place to modify those links. However, when I try to build one like the examples that come with 1.0, I get an invisible link (no actual text content) as well. Here’s what I’ve been trying:
<action method="addLink" translate="label title” module="customer"><li/><a>about</a><label>About Us</label><title>About Us</title><prepare/><urlParams/></action>
I’m also trying this:
<action method="addLink" translate="label" module="customer"><li/><a>{{baseSecureUrl}}events</a><label>Events</label></action>
In both cases, nothing comes out! That is, I get a correct link, it just has no text in it. So it can’t be clicked!
|