Sfoglia il codice sorgente

upload diff

feature/confronto-sorgenti
E-A B 2 anni fa
parent
commit
7d088693c5
  1. 6
      liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl

6
liferay-plugins-sdk-6.2/themes/portos-private-fe-theme/docroot/templates/header.ftl

@ -1,4 +1,5 @@
<div id="heading">
<div class="header">
<h1 class="site-title visible-md visible-lg">
<a class="${logo_css_class}" href="http://pti.regione.sicilia.it/">
@ -30,13 +31,8 @@
<h2 class="page-title visible-md visible-lg">
<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}"
src="${images_folder}/etoscana-dark-text.png" width="${site_logo_width}"/>
</#if>
</a>
</h2>
</div>

Caricamento…
Annulla
Salva