Skip to content

Commit

Permalink
fix: footer link "codice meccanografico"
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Rubin <[email protected]>
  • Loading branch information
sviluppoRobyone and marcorubin authored Jan 22, 2025
1 parent 6027692 commit cb219e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<li>Codice fiscale: <?php echo $contatti_CF; ?></li>
<?php } ?>
<?php if($contatti_meccanografico) { ?>
<li>Codice meccanografico: <a class="text-underline-hover" href="https://cercalatuascuola.istruzione.it/cercalatuascuola/ricerca/risultati?tipoRicerca=RAPIDA&rapida=<?php echo str_replace(' ', '', $contatti_meccanografico); ?>"><?php echo $contatti_meccanografico; ?></a></li>
<li>Codice meccanografico: <a class="text-underline-hover" href="https://unica.istruzione.gov.it/cercalatuascuola/istituti/<?php echo str_replace(' ', '', $contatti_meccanografico); ?>/scheda"><?php echo $contatti_meccanografico; ?></a></li>
<?php } ?>
<?php if($contatti_IPA) { ?>
<li>Codice Indice delle Pubbliche Amministrazioni (IPA): <?php echo $contatti_IPA; ?></li>
Expand Down

0 comments on commit cb219e9

Please sign in to comment.