<#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 16696db2..6a466298 100644 --- a/themes/wilma/templates/page-home.ftl +++ b/themes/wilma/templates/page-home.ftl @@ -16,13 +16,13 @@
-

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 @@ -32,7 +32,7 @@