From ded7f4fa6aba9caad49db86d9356df590ea6a757 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 5 May 2021 13:21:36 +0200 Subject: [PATCH] Added empty template for statistic counters --- webapp/src/main/webapp/themes/iph/templates/head.ftl | 1 + .../src/main/webapp/themes/iph/templates/statistic_counters.ftl | 0 2 files changed, 1 insertion(+) create mode 100644 webapp/src/main/webapp/themes/iph/templates/statistic_counters.ftl diff --git a/webapp/src/main/webapp/themes/iph/templates/head.ftl b/webapp/src/main/webapp/themes/iph/templates/head.ftl index 06af8d7a2..b67f8456a 100644 --- a/webapp/src/main/webapp/themes/iph/templates/head.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/head.ftl @@ -36,3 +36,4 @@ an individual profile page. --> ${headContent!} +<#include "statistic_counters.ftl"> diff --git a/webapp/src/main/webapp/themes/iph/templates/statistic_counters.ftl b/webapp/src/main/webapp/themes/iph/templates/statistic_counters.ftl new file mode 100644 index 000000000..e69de29bb