diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 3425465a..67174abf 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -90,8 +90,14 @@ - +
+ <#if flash?has_content> +
+ ${flash} +
+ +

What is VIVO?

diff --git a/themes/wilma/templates/page.ftl b/themes/wilma/templates/page.ftl index a3b31b95..90fc489a 100644 --- a/themes/wilma/templates/page.ftl +++ b/themes/wilma/templates/page.ftl @@ -90,8 +90,14 @@ - -
+ +
+ <#if flash?has_content> +
+ ${flash} +
+ + <#-- mb863: using for now until we have controllers page.ftl to render the templates commented below--> <#--<#include "menupage/menupage.ftl">--> <#--<#include "menupage/menupage--classgroup-people.ftl">-->