From 78beb1f24dac9014a1bbc46aab97e2358fcff646 Mon Sep 17 00:00:00 2001
From: Svetlana Rastegina
Date: Thu, 4 Feb 2021 17:20:21 +0100
Subject: [PATCH] Fixed statistic block appearance on main and others pages.
---
.../webapp/themes/iph/templates/footer.ftl | 22 ++++---------------
.../webapp/themes/iph/templates/page-home.ftl | 16 +++++++++++++-
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/webapp/src/main/webapp/themes/iph/templates/footer.ftl b/webapp/src/main/webapp/themes/iph/templates/footer.ftl
index 1b93a133..c7ad0651 100644
--- a/webapp/src/main/webapp/themes/iph/templates/footer.ftl
+++ b/webapp/src/main/webapp/themes/iph/templates/footer.ftl
@@ -1,5 +1,5 @@
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
-
+<#import "lib-home-page.ftl" as lh>
-
-
- <#-- <@lh.researchClasses /> -->
-
-
- <#-- <@lh.facultyMbrHtml /> -->
-
-
- <#-- <@lh.academicDeptsHtml /> -->
-
- <#if geoFocusMapsEnabled >
-
- <@lh.geographicFocusHtml />
- #if>
-
-
+ <#if vClassGroups??>
+
<@lh.allClassGroups vClassGroups! />
-
+ #if>