added class to recipe
This commit is contained in:
parent
9e067464c8
commit
ad4352fae5
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$O_recipe = $A_view["RECIPE"];
|
||||
?>
|
||||
<a href="<?= $O_recipe->getLink() ?>">
|
||||
<a class="recipe" href="<?= $O_recipe->getLink() ?>">
|
||||
<img src="<?= $O_recipe->getImgLink() ?>" alt="<?= $O_recipe->S_NAME ?>">
|
||||
<section>
|
||||
<h2> <?= $O_recipe->S_NAME ?> </h2>
|
||||
|
Loading…
Reference in New Issue
Block a user