This commit is contained in:
Baptiste 2022-06-21 13:50:35 +02:00
förälder fb0c3c8167
incheckning e72c2f8046
2 ändrade filer med 14 tillägg och 1 borttagningar

Visa fil

@ -43,3 +43,15 @@ li {
transform: scale(1.05); transform: scale(1.05);
transition: 0.3s ease-out; transition: 0.3s ease-out;
} }
#folderTitle {
color: red;
font-weight: bold;
}
#folderPhotos {
}
#folderAlbums {
}

Visa fil

@ -74,7 +74,8 @@ function createDirectories($path)
?> ?>
<a href="<?= $folderLink ?>"> <a href="<?= $folderLink ?>">
<li class="directory-li"> <li class="directory-li">
<span id="folderTitle"><?= $folderTitle ?> - </span> <span id="folderTitle"><?= $folderTitle ?></span>
<?= " - " ?>
<span id="folderPhotos"> <span id="folderPhotos">
<?php if ($photos > 1) { <?php if ($photos > 1) {
echo $photos." photos"; echo $photos." photos";