Allegati e modifica moduli da frontend
This commit is contained in:
@ -140,25 +140,24 @@ $wa->usePreset('template.joomla-italia-theme')
|
||||
</a>
|
||||
</div>
|
||||
<div class="it-right-zone <?php if ($this->countModules('cerca')): ?>normalizeflex<?php endif; ?>">
|
||||
<jdoc:include type="modules" name="cerca" style="none" />
|
||||
|
||||
<?php if ($this->params->get('showSocial')) : ?>
|
||||
<div class="it-socials d-none d-md-flex">
|
||||
<span>Seguici su</span>
|
||||
<?php $fieldValues = $this->params->get('showSocialTouchFields'); ?>
|
||||
<ul>
|
||||
<span><?= Text::_('SEGUICISU'); ?></span>
|
||||
<?php $fieldValues = $this->params->get('showSocialTouchFields'); ?>
|
||||
<ul>
|
||||
<?php foreach ($fieldValues as $value): ?>
|
||||
<li>
|
||||
<a href="<?= $value->touchsuburl ?>" aria-label="<?= $value->touchsubname ?>" target="_blank">
|
||||
<svg class="icon"><use href="<?=$baseImagePath?>sprites.svg#<?=$value->touchsubicon?>">
|
||||
</use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<?= $value->touchsuburl ?>" aria-label="<?= $value->touchsubname ?>" target="_blank">
|
||||
<svg class="icon">
|
||||
<use href="<?=$baseImagePath?>sprites.svg#<?=$value->touchsubicon?>"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<jdoc:include type="modules" name="cerca" style="none" />
|
||||
<jdoc:include type="modules" name="bottonecerca" style="none" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user