Skip to content
Snippets Groups Projects
Commit 4ddb8f85 authored by Omar Ibrahim Arfa's avatar Omar Ibrahim Arfa
Browse files

small changes

parent a8aca183
No related branches found
No related tags found
No related merge requests found
<?php declare(strict_types=1);
<?php /** @noinspection PhpMultipleClassDeclarationsInspection */
declare(strict_types=1);
// UTF-8 marker äöüÄÖÜ߀
/**
* Class shop for the exercises of the EWA lecture
......@@ -102,7 +103,7 @@ class Shop extends Page
<h2>Speisekarte</h2>
HTML;
foreach ($data as &$pizza) {
foreach ($data as $pizza) {
echo <<< HTML
<label>
<img alt="Image of Pizza {$pizza["name"]}" src="./img/{$pizza["picture"]}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment