ajustements
This commit is contained in:
parent
7c708a13f4
commit
9de86a18f7
4 changed files with 34 additions and 13 deletions
|
@ -11,5 +11,17 @@ $renderedEntry; echo '<a
|
|||
<i class="fa fa-print" aria-hidden="true"></i> Imprimer ce parcours thématique </a
|
||||
>'; } else { $activites = explode(',', $fiche['bf_activite']); foreach
|
||||
($activites as $activite) { echo $GLOBALS['wiki']->Format('{{include
|
||||
page="'.$activite.'"}}'); } $_GET['returnTo'] = $GLOBALS['wiki']->href('', '');
|
||||
} ?>
|
||||
page="'.$activite.'"}}'); } echo '
|
||||
<div class="full-portrait-a4 indications">
|
||||
<img
|
||||
src="custom/templates/bazar/assets/Instructions_pliage_recto.webp"
|
||||
alt="instructions recto"
|
||||
/>
|
||||
</div>
|
||||
<div class="full-portrait-a4 indications2">
|
||||
<img
|
||||
src="custom/templates/bazar/assets/Instructions_pliage_verso.webp"
|
||||
alt="instructions verso"
|
||||
/>
|
||||
</div>
|
||||
'; $_GET['returnTo'] = $GLOBALS['wiki']->href('', ''); } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue