From 5f04cf091a73b356456ae5cb12adb998cc625aaf Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 26 Nov 2013 13:39:54 -0500 Subject: [PATCH] convert check for class group label to class group uri --- productMods/templates/freemarker/lib/lib-home-page.ftl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/productMods/templates/freemarker/lib/lib-home-page.ftl b/productMods/templates/freemarker/lib/lib-home-page.ftl index 5a5f16db..9d46e731 100644 --- a/productMods/templates/freemarker/lib/lib-home-page.ftl +++ b/productMods/templates/freemarker/lib/lib-home-page.ftl @@ -71,7 +71,7 @@ <#if !firstPopulatedClassGroup??> <#assign firstPopulatedClassGroup = group /> - <#if group.displayName != "equipment" && group.displayName != "courses" > + <#if !group.uri?contains("equipment") && !group.uri?contains("course") >
  • @@ -91,7 +91,6 @@ <#assign groupCount = groupCount + 1> -