Removed target attribute to match main template

This commit is contained in:
Gorrie 2016-02-09 16:09:21 +13:00
parent cf642aae2f
commit 07d449fa2d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<ul class="cms-menu-list">
<% loop $MainMenu %>
<li class="$LinkingMode $FirstLast <% if $LinkingMode == 'link' %><% else %>opened<% end_if %>" id="Menu-$Code" title="$Title.ATT">
<a href="$Link" <% if $Code == 'Help' %>target="_blank"<% end_if %> $AttributesHTML>
<a href="$Link" $AttributesHTML>
<span class="icon icon-16 icon-{$Code.LowerCase}">&nbsp;</span>
<span class="text">$Title</span>
</a>