fixed problem with a boolean value

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/liferay62-plugins/generic-configurable-theme@141816 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2017-01-26 12:11:13 +00:00
parent 171fba3f58
commit 53dc3f17f2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ $theme.include($body_top_include)
<a target="_blank" href="$theme.getSetting("footer-website-url")">$theme.getSetting("footer-website-name")</a>
</div>
<div style="float:right; text-align: right;">
#if ($theme.getSetting("show-eu-flag"))
#if ($theme.getSetting("show-eu-flag") == "true")
<a href="http://ec.europa.eu/programmes/horizon2020/" target="_blank">
<img src="$themeDisplay.getPathThemeImages()/custom/logo-ec.jpg" style="width: 25px;" alt="EU H2020 programme" hspace="5" />
</a>