- <?php
-
-
-
- use yii\helpers\Html ;
-
- ?>
-
- <div class="communicate-instructions<?php if(isset($pdf) && $pdf): ?> communicate-instructions-pdf<?php endif; ?><?php if(!isset($pdf)): ?> communicate-instructions-inset<?php endif; ?>">
- <div class="header">
- <h1><?= Html::encode($producer->name) ?></h1>
- <h2><?= Html::encode($producer->type) ?> à <?= Html::encode($producer->city); ?> (<?= Html::encode($producer->postcode); ?>)</h2>
- </div>
- <div class="clr"></div>
- <h3>Pour réserver vos produits en ligne :</h3>
- <h4><span><?= Html::encode($producer->slug).'.souke.fr' ?></span></h4>
- </div>
|