Allegati e modifica moduli da frontend

This commit is contained in:
2025-01-06 19:59:56 +01:00
parent b300cf2d54
commit 1b81b34df9
46 changed files with 1137 additions and 35 deletions

View File

@ -33,16 +33,5 @@ if ($value == '') {
$baseImagePath = Uri::root(false) . "media/templates/site/joomla-italia-theme/images/";
?>
<?php echo $value; ?>
<div class="col-12 col-lg-6 mb-4">
<div class="card card-documento card-bg card-icon rounded h-100">
<div class="card-body">
<svg class="icon">
<use xlink:href="<?= $baseImagePath ?>sprites.svg#it-file-pdf"></use>
</svg>
<div class="card-icon-content">
<strong><?php echo $value; ?></strong>
</div>
</div>
</div>
</div>