21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1045 Views |
-
$MenuTitle Links

5 July 2009 at 8:43am
A ridiculous newbie question I fear - I've added a navigation element as per the getting started tutorial:
<ul id="Menu1">
<% control Menu(1) %>
<li><a href="$Link">$MenuTitle</a></li>
<% end_control %>
</ul>But seeing the following in the actual published template:
Home (/silverstripe/) About Us (/silverstripe/about-us/) etc..
i.e. the relative url path is being published within the a link text. I guess that's some sort of helper function.
How do I disable that?
Thanks
-
Re: $MenuTitle Links

5 July 2009 at 9:35am
<% control Menu(1) %>
<li><a href="$Link" title="$Title.XML" class="$LinkingMode"><span>$MenuTitle</span></a></li>
<% end_control %>
| 1045 Views | ||
|
Page:
1
|
Go to Top |


