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

@ -159,7 +159,9 @@ $baseImagePath = Uri::root(false) . "media/templates/site/joomla-italia-theme/im
?>
<?php endif; ?>
<?php // Content is generated by content plugin event "onContentAfterDisplay"?>
<?php echo $this->item->event->afterDisplayContent; ?>
<div class="allegati">
<?php echo $this->item->event->afterDisplayContent; ?>
</div>
</article>
<?= JHtml::_('content.prepare', '{loadposition bottom}'); ?>