From cf642aae2f442e53c2b82c89742ce491933bdb80 Mon Sep 17 00:00:00 2001 From: Gorrie Date: Fri, 5 Feb 2016 11:20:51 +1300 Subject: [PATCH 1/2] Added attributes to menu link Fix for missing attributes defined in CMSMenu::add_link($id, $title, $link, $priority, $attributes); --- templates/LeftAndMain_Menu.ss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/LeftAndMain_Menu.ss b/templates/LeftAndMain_Menu.ss index 548f3fb..562f4aa 100644 --- a/templates/LeftAndMain_Menu.ss +++ b/templates/LeftAndMain_Menu.ss @@ -6,7 +6,7 @@ <% if $SiteConfig %>$SiteConfig.Title<% else %>$ApplicationName<% end_if %> - +
<% with $CurrentMember %> @@ -22,12 +22,12 @@ <% include SubsiteList %> <% end_if %>
- +
- +
auto From 07d449fa2df4d96bb56745c98c8136f05fb143f1 Mon Sep 17 00:00:00 2001 From: Gorrie Date: Tue, 9 Feb 2016 16:09:21 +1300 Subject: [PATCH 2/2] Removed target attribute to match main template --- templates/LeftAndMain_Menu.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/LeftAndMain_Menu.ss b/templates/LeftAndMain_Menu.ss index 562f4aa..9eeec85 100644 --- a/templates/LeftAndMain_Menu.ss +++ b/templates/LeftAndMain_Menu.ss @@ -27,7 +27,7 @@