From f5e6fbf4097477e9e6fabae68db87502894dd7bd Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 10 Jan 2011 23:38:43 +0000 Subject: [PATCH] NIHVIVO-1380 Comment on use of variable ${headContent} in the templates --- themes/vivo-basic/templates/head.ftl | 2 ++ themes/wilma/templates/head.ftl | 2 ++ 2 files changed, 4 insertions(+) diff --git a/themes/vivo-basic/templates/head.ftl b/themes/vivo-basic/templates/head.ftl index c5b27a21..91759730 100644 --- a/themes/vivo-basic/templates/head.ftl +++ b/themes/vivo-basic/templates/head.ftl @@ -10,4 +10,6 @@ <#include "headScripts.ftl"> +<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on +an individual profile page. --> ${headContent!} \ No newline at end of file diff --git a/themes/wilma/templates/head.ftl b/themes/wilma/templates/head.ftl index b597cbaa..c09f4581 100644 --- a/themes/wilma/templates/head.ftl +++ b/themes/wilma/templates/head.ftl @@ -30,4 +30,6 @@ +<#-- Inject head content specified in the controller. Currently this is used only to generate an rdf link on +an individual profile page. --> ${headContent!} \ No newline at end of file