diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl index b201f424..12113ba2 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl @@ -1,7 +1,7 @@

- + <#assign logo_url = "${images_folder}/logo-rt.png" /> -

- - ${logo_description} - -

-

- +

+ + <#if propsUtil.get("mwg.test.display")?has_content > + <#assign test_display = propsUtil.get("mwg.test.display") /> +

${test_display}

+ <#else> + ${logo_description} + +
+

+
+ \ No newline at end of file diff --git a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl index 166320cf..99b66c16 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-private-theme/docroot/templates/navigation.ftl @@ -19,9 +19,14 @@

- - ${logo_description} - + + <#if propsUtil.get("mwg.test.display")?has_content > + <#assign test_display = propsUtil.get("mwg.test.display") /> +

${test_display}

+ <#else> + ${logo_description} + +

<#if user_name != "" > diff --git a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl index f70e5e2f..954c7af7 100644 --- a/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl +++ b/liferay-plugins-sdk-6.2/themes/portos-public-theme/docroot/templates/header.ftl @@ -1,6 +1,6 @@

- + <#assign logo_url = "${images_folder}/logo-rs-testo.png" />