-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_modal__sellerie.php
28 lines (25 loc) · 979 Bytes
/
_modal__sellerie.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php include 'titles/titles.php'; ?>
<div class="modal fade" id="modalSellerie" tabindex="-1" role="dialog" aria-labelledby="labelSellerie">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
<h4 class="modal-title" id="labelSellerie">Sellerie</h4>
</div>
<div class="modal-body">
<?php echo $vorkommen; ?>
<p>
Sellerieknolle als auch die Staude.
</p>
<?php echo $vorsicht; ?>
<p>
Gewürzmischungen, Fleischerzeugnisse, eingelegtes Gemüse, Brühe, Suppen, Eintopf, Curry, Dressings, Ketchup, Saucen, …
</p>
<?php include 'alerts/alternativen.php'; ?>
<p>
Petersilienwurz, Liebstöckel
</p>
</div>
</div>
</div>
</div>