|
|
|
@ -160,11 +160,6 @@
|
|
|
|
|
echo '<div class="col pr-4">';
|
|
|
|
|
echo '<a class="font" href="index.php?action=goToDetailEnigme&id='.$enigmeMulti->getIdEnigme().'">' . $enigmeMulti->getNom() . '</a>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
echo '<div class="col-2 d-flex justify-content-center">';
|
|
|
|
|
echo '<a href="#">';
|
|
|
|
|
echo '<svg fill="currentColor" width="20px" height="20px" viewBox="0 0 24 24" id="more-vertical" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line" stroke="#ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_iconCarrier"><line id="primary-upstroke" x1="12" y1="5.95" x2="12" y2="6.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line><line id="primary-upstroke-2" data-name="primary-upstroke" x1="12" y1="11.95" x2="12" y2="12.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line><line id="primary-upstroke-3" data-name="primary-upstroke" x1="12" y1="17.95" x2="12" y2="18.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line></g></svg>';
|
|
|
|
|
echo '</a>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
echo '</div>';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|