updated footer and favicons
This commit is contained in:
parent
3635b1ebb3
commit
884271afdc
|
@ -1,6 +1,6 @@
|
|||
name=territori-aperti-theme
|
||||
module-group-id=liferay
|
||||
module-incremental-version=8
|
||||
module-incremental-version=9
|
||||
tags=
|
||||
short-description=
|
||||
change-log=
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 673 B |
Binary file not shown.
After Width: | Height: | Size: 375 B |
|
@ -158,18 +158,31 @@ $theme.include($body_top_include)
|
|||
<a target="_blank" href="https://www.iubenda.com/privacy-policy/441050">Privacy Policy</a> |
|
||||
<a target="_blank" href="$theme.getSetting("footer-website-url")">$theme.getSetting("footer-website-name")</a>
|
||||
</div>
|
||||
<div style="float:right; text-align: right;">
|
||||
<div class="custom-footer-container">Con il contributo del Fondo Territori Lavoro e Conoscenza CGIL CISL UIL</div>
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/CGIL.png" style="width: 50px;" alt="CGIL" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/cisl.png" style="width: 50px;" alt="CISL" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/uil.jpeg" style="width: 50px;" alt="UIL" hspace="5" />
|
||||
<div class="custom-footer-container">Partner:</div>
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/citta_aquila.png" style="width: 150px;" alt="Città dell'Aquila" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/logo-univaq.png" style="width: 50px;" alt="Università dell'Aquila" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/SoBigData.png" style="width: 150px;" alt="SoBigData Plus Plus" hspace="5" />
|
||||
<div style="color: #CCC; font-size: 12px;">$theme.getSetting("footer-text-about")</div>
|
||||
</div>
|
||||
</footer>
|
||||
<div style="float:right; text-align: right;">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<div style="padding-bottom: 20px; text-align: left; left: 10px; position: absolute; ">
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/citta_aquila.png" style="width: 150px;" alt="Città dell'Aquila" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/logo-univaq.png" style="width: 50px;" alt="Università dell'Aquila" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/SoBigData.png" style="width: 150px;" alt="SoBigData Plus Plus" hspace="5" />
|
||||
<div> </div>
|
||||
<div> </div>
|
||||
</div>
|
||||
</td>
|
||||
<td width="50%">
|
||||
<div style="color: #CCC; font-size: 12px;text-align: right;">Con il contributo del Fondo Territori Lavoro e Conoscenza CGIL CISL UIL</div>
|
||||
<div style="text-align: right;padding-top: 10px;">
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/CGIL.png" style="width: 50px;" alt="CGIL" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/cisl.png" style="width: 50px;" alt="CISL" hspace="5" />
|
||||
<img src="$themeDisplay.getPathThemeImages()/custom/uil.jpeg" style="width: 50px;" alt="UIL" hspace="5" />
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="color: #CCC; font-size: 12px;text-align: right; margin-top: 10px;">$theme.getSetting("footer-text-about")</div>
|
||||
</div>
|
||||
</footer>
|
||||
$theme.include($body_bottom_include)
|
||||
|
||||
$theme.include($bottom_include)
|
||||
|
|
Loading…
Reference in New Issue