From 486629232ab54d94c9232974e481ff398fbf2518 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 10 Feb 2011 17:42:27 +0000 Subject: [PATCH] Minor tweak to value of temporal vis enabled flag in template data model --- .../body/individual/individual--foaf-organization.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl index 85d161fd..15769149 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-organization.ftl @@ -2,8 +2,8 @@ <#-- Individual profile page template for foaf:Organization individuals (extends individual.ftl in vivo)--> -<#-- Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled" --> -<#if temporalVisualizationEnabled??> +<#-- Do not show the link for temporal visualization unless it's enabled --> +<#if temporalVisualizationEnabled> <#assign classSpecificExtension> <#include "individual-visualizationTemporalGraph.ftl">