From 115f7fc0d3afd1475539ad5a2f11c50db2a31c7f Mon Sep 17 00:00:00 2001 From: milovann Date: Thu, 26 Dec 2024 14:47:15 +0100 Subject: [PATCH] [VIEWER-IFC] Add footer guard --- templates/base/footer.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 114f509e58..c3da795e48 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -14,8 +14,10 @@ {{template "base/footer_content" .}} - + {{if .IsIFC}} + + {{end}} {{template "custom/footer" .}}