mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-11 21:03:11 +00:00
Fixed group creation, updated sanity output
This commit is contained in:
parent
c3814000c0
commit
436a49e3ed
9 changed files with 141 additions and 106 deletions
|
@ -254,7 +254,7 @@
|
|||
</script>
|
||||
<?php
|
||||
echo "</div>";
|
||||
} elseif (empty($image_list)) {
|
||||
} elseif (empty($image_list[0])) {
|
||||
echo "<div class='info-text defaultFonts' style='text-align: center !important;'>
|
||||
<h1>Nothing here!</h1>
|
||||
<p>There are no images in the group, add some!</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue