Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

21 rinda
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>