|
|
@@ -91,7 +91,8 @@ $mainColor = $producer->option_main_color ?: '#ee6f42' ; |
|
|
|
.credit-history #credit-user, |
|
|
|
.credit-history #content .table span.payment-positive, |
|
|
|
.order-order #main #app-order-order #steps ul li .info-step, |
|
|
|
.block-date .month{ |
|
|
|
.block-date .month, |
|
|
|
#footer-producer a { |
|
|
|
color: <?= $mainColor ?> |
|
|
|
} |
|
|
|
#header nav#main-nav ul a.active, |
|
|
@@ -345,31 +346,24 @@ $mainColor = $producer->option_main_color ?: '#ee6f42' ; |
|
|
|
|
|
|
|
<?= $content ?> |
|
|
|
</section> |
|
|
|
|
|
|
|
<?php if (strlen($producer->mentions) || strlen($producer->gcs)): ?> |
|
|
|
<section id="footer-producer"> |
|
|
|
<?= Html::encode($producer->name) ?> : |
|
|
|
<?php if (strlen($producer->mentions)): ?> |
|
|
|
<a href="<?php echo \Yii::$app->urlManager->createUrl(['site/mentions']); ?>">Mentions |
|
|
|
légales</a> |
|
|
|
<?php endif; ?> |
|
|
|
<?php if (strlen($producer->mentions) && strlen($producer->gcs)): ?> |
|
|
|
• |
|
|
|
<?php endif; ?> |
|
|
|
<?php if (strlen($producer->gcs)): ?> |
|
|
|
<a href="<?php echo \Yii::$app->urlManager->createUrl(['site/gcs']); ?>">Conditions générales |
|
|
|
de vente</a> |
|
|
|
<?php endif; ?> |
|
|
|
</section> |
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
|
|
|
|
<?php if (strlen($producer->mentions) || strlen($producer->gcs)): ?> |
|
|
|
<div id="footer-producer"> |
|
|
|
<?php if (strlen($producer->mentions)): ?> |
|
|
|
<a href="<?php echo \Yii::$app->urlManager->createUrl(['site/mentions']); ?>">Mentions légales</a> |
|
|
|
<?php endif; ?> |
|
|
|
<?php if (strlen($producer->mentions) && strlen($producer->gcs)): ?> | <?php endif; ?> |
|
|
|
<?php if (strlen($producer->gcs)): ?> |
|
|
|
<a href="<?php echo \Yii::$app->urlManager->createUrl(['site/gcs']); ?>">Conditions générales de vente</a> |
|
|
|
<?php endif; ?> |
|
|
|
</div> |
|
|
|
<?php endif; ?> |
|
|
|
|
|
|
|
<footer id="footer" class="container"> |
|
|
|
<div class="content"> |
|
|
|
<a href="<?php echo \Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/index']); ?>">Opendistrib</a> |
|
|
|
• |
|
|
|
<a href="<?php echo \Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/mentions']); ?>">Mentions |
|
|
|
légales</a> • |
|
|
|
<a href="<?php echo \Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/index']); ?>">Souke</a> • |
|
|
|
<a href="<?php echo \Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/mentions']); ?>">Mentions légales</a> • |
|
|
|
<a href="<?php echo \Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/cgv']); ?>">CGS</a> |
|
|
|
</div> |
|
|
|
</footer> |