|
|
@ -1,7 +1,7 @@ |
|
|
|
<div id="heading"> |
|
|
|
<div id="heading"> |
|
|
|
<div class="header"> |
|
|
|
<div class="header"> |
|
|
|
<h1 class="site-title visible-md visible-lg"> |
|
|
|
<h1 class="site-title visible-md visible-lg"> |
|
|
|
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/"> |
|
|
|
<a class="${logo_css_class}" href="http://www.regione.sicilia.it/"> |
|
|
|
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
|
|
|
<#assign logo_url = "${images_folder}/logo-rt.png" /> |
|
|
|
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
|
|
|
<img class="logo-img hidden-xs" alt="${logo_description}" src="${logo_url}" |
|
|
|
height="${site_logo_height}" |
|
|
|
height="${site_logo_height}" |
|
|
@ -30,8 +30,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
<h2 class="page-title visible-md visible-lg"> |
|
|
|
<h2 class="page-title visible-md visible-lg"> |
|
|
|
<a href="${site_default_url}"> |
|
|
|
<a href="${site_default_url}"> |
|
|
|
|
|
|
|
<#if propsUtil.get("mwg.test.display")?has_content > |
|
|
|
|
|
|
|
<#assign test_display = propsUtil.get("mwg.test.display") /> |
|
|
|
|
|
|
|
<h3>${test_display}</h3> |
|
|
|
|
|
|
|
<#else> |
|
|
|
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
|
|
|
<img class="img-site" alt="${logo_description}" height="${site_logo_height}" |
|
|
|
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
|
|
|
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/> |
|
|
|
|
|
|
|
</#if> |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</h2> |
|
|
|
</h2> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|