From da4e21165a684d220d21fa40f974d38101ed095c Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 3 Feb 2011 20:59:15 +0000 Subject: [PATCH] NIHVIVO-1370 Display home tab content on vivo-basic home page (and any other theme that still uses tabs) --- themes/vivo-basic/templates/page-home.ftl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/vivo-basic/templates/page-home.ftl diff --git a/themes/vivo-basic/templates/page-home.ftl b/themes/vivo-basic/templates/page-home.ftl new file mode 100644 index 00000000..5f1f2e82 --- /dev/null +++ b/themes/vivo-basic/templates/page-home.ftl @@ -0,0 +1,21 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#import "lib-list.ftl" as l> + + + + + <#include "head.ftl"> + + + + <#include "identity.ftl"> + + <#include "menu.ftl"> + + <#-- vivo-basic continues to display home tab content on the home page --> + ${homeTabContent} + + <#include "footer.ftl"> + + \ No newline at end of file