moduli in home page opzione colori per lo slide

This commit is contained in:
2025-01-05 19:52:14 +01:00
parent c0307e77ff
commit edfa05e95f
18 changed files with 3175 additions and 184 deletions

View File

@ -68,7 +68,7 @@ $isUnpublished = $this->item->state == ContentComponent::CONDITION_UNPUBLISH
<?php endif; ?>
<?php // Content is generated by content plugin event "onContentAfterTitle" ?>
<?php echo $this->item->event->afterDisplayTitle; ?>
<?php //echo $this->item->event->afterDisplayTitle; ?>
<?php // @todo Not that elegant would be nice to group the params ?>
<?php $useDefList = ($params->get('show_modify_date') || $params->get('show_publish_date') || $params->get('show_create_date')
@ -82,7 +82,7 @@ $isUnpublished = $this->item->state == ContentComponent::CONDITION_UNPUBLISH
<?php endif; ?>
<?php // Content is generated by content plugin event "onContentBeforeDisplay" ?>
<?php echo $this->item->event->beforeDisplayContent; ?>
<?php //echo $this->item->event->beforeDisplayContent; ?>
<?php echo $this->item->introtext; ?>
<?php
@ -133,4 +133,4 @@ $isUnpublished = $this->item->state == ContentComponent::CONDITION_UNPUBLISH
</div>
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
<?php echo $this->item->event->afterDisplayContent; ?>
<?php //echo $this->item->event->afterDisplayContent; ?>