Move the gallery ID to the gallery title instead of the gallery list
parent
1fcbc35d81
commit
92976347ca
|
@ -16,8 +16,8 @@
|
|||
</nav>
|
||||
<main>
|
||||
<?php foreach ($galleries as $gallery): ?>
|
||||
<h2><?=$gallery->label?></h2>
|
||||
<ul id="<?=$gallery->id?>" class="gallery">
|
||||
<h2 id="<?=$gallery->id?>"><?=$gallery->label?></h2>
|
||||
<ul class="gallery">
|
||||
<?php foreach ($gallery->images as $image): ?>
|
||||
<li id="<?=$image->id?>">
|
||||
<a class="thumbnail" href="<?=$image->full?>">
|
||||
|
|
Loading…
Reference in New Issue