<#if flash?has_content> - <#if flash?starts_with("Welcome") > + <#if flash?starts_with(i18n().menu_welcomestart) >
diff --git a/themes/wilma/templates/page-home.ftl b/themes/wilma/templates/page-home.ftl index 7007da15..11084026 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -32,13 +32,13 @@ <#include "menu.ftl">
-

Welcome to VIVO

+

${i18n().intro_title}

-

VIVO is a research-focused discovery tool that enables collaboration among scientists across all disciplines.

-

Browse or search information on people, departments, courses, grants, and publications.

+

${i18n().intro_para1}

+

${i18n().intro_para2}Browse or search information on people, departments, courses, grants, and publications.

-

Search VIVO filteredSearch

+

${i18n().intro_searchvivo} filteredSearch

Search form @@ -49,8 +49,8 @@