|
- <?php
-
-
-
- use yii\helpers\Html ;
-
- $this->setTitle('Communiquer') ;
- $this->addBreadcrumb('Communiquer') ;
-
- ?>
-
- <p>Imprimez ce petit encart pour expliquer à vos clients comment passer leurs commandes.</p>
- <?php echo $this->render('instructions', ['producer' => $producer]) ; ?>
- <p><?php echo Html::a('<span class="glyphicon glyphicon-download-alt"></span> Télécharger', ['communicate/instructions'], ['class'=>'btn btn-primary']) ?></p>
|