Skip to content

Commit

Permalink
bug fix: collection image link
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellempire committed Jul 29, 2024
1 parent 4993af0 commit 795d175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curatescape-echo/collections/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<?php endif; ?>
</div>
</section>
<?php echo isset($image[0]) ? rl_gallery_figure($image[0], 'featured', true) : null;?>
<?php echo isset($image[0]) ? rl_gallery_figure($image[0], 'featured', WEB_ROOT.'/items/browse?collection='.$collection->id) : null;?>
</div>
</article>

Expand Down

0 comments on commit 795d175

Please sign in to comment.