You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- ?>
-
- <div class="communiquer-mode-emploi<?php if(isset($pdf) && $pdf): ?> communiquer-mode-emploi-pdf<?php endif; ?><?php if(!isset($pdf)): ?> communiquer-mode-emploi-encart<?php endif; ?>">
- <div class="header">
- <div class="logo">
- <img src="<?php echo Yii::$app->urlManager->getBaseUrl().'/img/laboulange4.png'; ?>" alt="Logo" />
- </div>
- <h1>La boîte à pain</h1>
- <h2>Plateforme de réservation de pain</h2>
- </div>
- <div class="clr"></div>
-
- <h3>Pour réserver votre pain :</h3>
-
- <ol>
- <li>Inscrivez-vous sur <strong>www.laboiteapain.net</strong></li>
- <li>Ajoutez la boulangerie grâce au code :<br /> <div class="code"><strong>3RMV4Z</strong></div></li>
- <li>Passez votre commande</li>
- </ol>
- </div>
|