modify key names in common/recipe

This commit is contained in:
Thomas Rubini 2023-01-19 16:18:23 +01:00
parent 4c02a3ec74
commit d468d5fed0
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -1,5 +1,5 @@
<a href="<?= $A_view["LINK"]?>">
<img src="<?= $A_view["IMG"] ?>" alt="<?= $A_view["NAME"]?>">
<a href="<?= $A_view["RECIPE_LINK"]?>">
<img src="<?= $A_view["IMG_LINK"] ?>" alt="<?= $A_view["NAME"]?>">
<section>
<h2> <?= $A_view["NAME"]?> </h2>
<p> <?= $A_view["NOTE"]?> </p>