-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_modal__eier.php
28 lines (25 loc) · 953 Bytes
/
_modal__eier.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="modalEier" tabindex="-1" role="dialog" aria-labelledby="labelEier">
<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="labelEier">Eier</h4>
</div>
<div class="modal-body">
<?php echo $vorkommen; ?>
<p>
Flüssigei, Lecithin, Albumin, Ovalbumin, …
</p>
<?php echo $vorsicht; ?>
<p>
Mayonnaise, Panaden, Frikadellen, Burger, Quiche, Dressings, Kuchen, Suppen, Soßen, Nudeln, Glasuren, …
</p>
<?php include 'alerts/alternativen.php' ?>
<p>
Kartoffelstärke, Sojamehl
</p>
</div>
</div>
</div>
</div>