TEST FIX
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-25 16:23:28 +01:00
parent c5fa8947ac
commit 22b1c7e76f

View File

@ -23,7 +23,9 @@ if ($is_carhop_member && isset($carhop_member_id)) {
?>
<a href="<?php echo $link; ?>" class="author-card">
<p>...</p>
<p>.. <? echo $ID; ?></p>
<p>.. <? echo $carhop_member_id; ?></p>
<p>.. <? echo $is_carhop_member; ?></p>
<div class="author-card__profile-picture">
<?php if ($profilePictureUrl) : ?>
<img src="<?php echo $profilePictureUrl; ?>" alt="<?php echo $profilePictureAlt; ?>">