diff --git a/productMods/templates/freemarker/body/individual/individual.ftl b/productMods/templates/freemarker/body/individual/individual.ftl index ce433c9c..f5eb094f 100644 --- a/productMods/templates/freemarker/body/individual/individual.ftl +++ b/productMods/templates/freemarker/body/individual/individual.ftl @@ -13,20 +13,14 @@ <#include "individual-webpage.ftl"> <#include "individual-overview.ftl"> ${departmentalResearchAreas!} - ${departmentalMemberships!} - - + <#include "individual-vitro.ftl"> - + ${stylesheets.add('')} -${headScripts.add('', - '')} - +${headScripts.add('')} ${scripts.add('')} diff --git a/productMods/templates/freemarker/body/partials/individual/individual.ftl b/productMods/templates/freemarker/body/partials/individual/individual.ftl deleted file mode 100644 index f5eb094f..00000000 --- a/productMods/templates/freemarker/body/partials/individual/individual.ftl +++ /dev/null @@ -1,26 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Default VIVO individual profile page template (extends individual.ftl in vitro) --> - -<#include "individual-setup.ftl"> -<#import "lib-vivo-properties.ftl" as vp> - -<#assign individualProductExtension> - <#-- Include for any class specific template additions --> - ${classSpecificExtension!} - ${departmentalGrantsExtension!} - - <#include "individual-webpage.ftl"> - <#include "individual-overview.ftl"> - ${departmentalResearchAreas!} - - - - - -<#include "individual-vitro.ftl"> - -${stylesheets.add('')} - -${headScripts.add('')} -${scripts.add('')}