Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

21 line
636B

  1. <?php
  2. use yii\helpers\Html ;
  3. /*
  4. * To change this license header, choose License Headers in Project Properties.
  5. * To change this template file, choose Tools | Templates
  6. * and open the template in the editor.
  7. */
  8. $this->title = 'Communiquer' ;
  9. ?>
  10. <h1><?= Html::encode($this->title) ; ?></h1>
  11. <p>Imprimez ce petit encart pour expliquer à vos clients comment passer leurs commandes.</p>
  12. <?php echo $this->render('mode_emploi', ['etablissement' => $etablissement]) ; ?>
  13. <p><?php echo Html::a('<span class="glyphicon glyphicon-download-alt"></span> Télécharger', ['communiquer/modeemploi'], ['class'=>'btn btn-primary']) ?></p>