show recipe time in minutes

This commit is contained in:
Thomas Rubini 2023-01-26 21:17:19 +01:00
parent 3a23ef1d27
commit ec6610a5ba
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -9,7 +9,7 @@ $O_recipe = $A_view["RECIPE"];
<section class="infosRecette">
<header>
<h1><?= $O_recipe->S_NAME ?></h1>
<p><?= $O_recipe->I_TIME ?>&nbsp;—&nbsp;<?= $O_recipe->getDifficulty()->S_NAME ?></p>
<p><?= $O_recipe->I_TIME ?>&nbsp;minutes&nbsp;—&nbsp;<?= $O_recipe->getDifficulty()->S_NAME ?></p>
</header>
<p><?= $O_recipe->S_DESCR ?></p>
</section>