From 4f7d3b83029c191ca8419991e0e3eb46755b7b50 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Tue, 8 Feb 2011 21:07:18 +0000 Subject: [PATCH] NIHVIVO-2071 Include pageSetup.ftl in every page template. Use to generate a body class value, and apply to body element in page templates. --- themes/vivo-basic/templates/page-home.ftl | 2 +- themes/vivo-basic/templates/page.ftl | 2 +- themes/wilma/templates/page-home.ftl | 2 +- themes/wilma/templates/page.ftl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/vivo-basic/templates/page-home.ftl b/themes/vivo-basic/templates/page-home.ftl index 5f1f2e82..f03d706b 100644 --- a/themes/vivo-basic/templates/page-home.ftl +++ b/themes/vivo-basic/templates/page-home.ftl @@ -8,7 +8,7 @@ <#include "head.ftl"> - + <#include "identity.ftl"> <#include "menu.ftl"> diff --git a/themes/vivo-basic/templates/page.ftl b/themes/vivo-basic/templates/page.ftl index 8f6e9857..cdfc450e 100644 --- a/themes/vivo-basic/templates/page.ftl +++ b/themes/vivo-basic/templates/page.ftl @@ -8,7 +8,7 @@ <#include "head.ftl"> - + <#include "identity.ftl"> <#include "menu.ftl"> diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index c7dbf100..d3591271 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -9,7 +9,7 @@ <#include "head.ftl"> - + <#include "identity.ftl"> <#include "menu.ftl"> diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index 8f6e9857..cdfc450e 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -8,7 +8,7 @@ <#include "head.ftl"> - + <#include "identity.ftl"> <#include "menu.ftl">