le partage de l'image s'ouvre dans un nouvel onglet
This commit is contained in:
parent
e7b24b3c30
commit
018c99e273
@ -100,7 +100,7 @@ if (!isSecurePath($parentPath)) {
|
|||||||
<div class="gallery-grid" id="gallery-grid">
|
<div class="gallery-grid" id="gallery-grid">
|
||||||
<?php foreach($images as $image): ?>
|
<?php foreach($images as $image): ?>
|
||||||
<div class="gallery-item">
|
<div class="gallery-item">
|
||||||
<a href="partage.php?image=<?php echo urlencode($image); ?>">
|
<a href="partage.php?image=<?php echo urlencode($image); ?>" target="_blank">
|
||||||
<img src="<?php echo htmlspecialchars($image); ?>"
|
<img src="<?php echo htmlspecialchars($image); ?>"
|
||||||
alt="Image de la galerie"
|
alt="Image de la galerie"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user