Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
14 righe
1.0 KiB
14 righe
1.0 KiB
<?php |
|
|
|
use Cake\Core\Configure; ?> |
|
|
|
<!-- To the right --> |
|
<div class="float-right d-none d-sm-inline" style="font-size: 0.8rem;"> |
|
<strong>Copyright © <?= Configure::read('App.manufacturer_copyright_year_range') ?> <a target="_blank" href="<?= Configure::read('App.manufacturer_url') ?>"><?= Configure::read('App.manufacturer_url_description') . ' ' ?></a></strong><?= __('Tutti i diritti riservati.') . ' '?><strong><a target="_blank" href="/privacy/view">Privacy Policy.</a></strong> |
|
<b><?= __('Versione') ?></b> <?= Configure::read('App.version') ?> |
|
</div> |
|
<!-- Default to the left --> |
|
<img src="/img/logo-fsc.png" width="auto" height="35px" class="brandlogo-image" style="padding-right: 1rem;"> |
|
<img src="/img/logo-poa.png" width="auto" height="35px" class="brandlogo-image" style="padding-right: 1rem;"> |
|
<img src="/img/logo_mite.png" width="auto" height="35px" class="brandlogo-image" style="padding-right: 1rem;"> |
|
<img src="/img/logo-autorita-dibacino.png" width="auto" height="35px" class="brandlogo-image">
|
|
|