visibilité script banniére

This commit is contained in:
Deltacms 2022-12-18 14:41:47 +01:00
parent a48ea94fbd
commit 5608e6071d
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ if( $this->getInput('DELTA_I18N_SITE') !== '' && $this->getInput('DELTA_I18N_SIT
</div>
<?php } else { ?>
<!-- Swiper -->
<?php echo $this->getData(['theme','header','swiperContent']);?>
<?php if( ! $homePageOnly) echo $this->getData(['theme','header','swiperContent']);?>
<?php } ?>
</header>
<?php endif; ?>
@ -204,7 +204,7 @@ if( $this->getInput('DELTA_I18N_SITE') !== '' && $this->getInput('DELTA_I18N_SIT
</div>
<?php } else { ?>
<!-- Swiper -->
<?php echo $this->getData(['theme','header','swiperContent']); ?>
<?php if( ! $homePageOnly) echo $this->getData(['theme','header','swiperContent']); ?>
<?php } ?>
</header>
<?php endif; ?>