Skip to content

Commit

Permalink
Update home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapkar authored Jan 26, 2023
1 parent 0648089 commit ea929d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
<div class="flex-grow-1 ms-2">
<h6 class="mb-0">Images</h6>
<p class="mb-0 text-secondary"><?= getListFiles(['.jpg','.png','.svg','.webp','.gif'],true); ?>files</p>
<p class="mb-0 text-secondary"><?= $FileFinder->getListFiles(['.jpg','.png','.svg','.webp','.gif'],true); ?>files</p>
</div>
<h6 class="text-primary mb-0">15.3 GB</h6>
</div>
Expand All @@ -66,7 +66,7 @@
</div>
<div class="flex-grow-1 ms-2">
<h6 class="mb-0">Documents</h6>
<p class="mb-0 text-secondary"><?= getListFiles(['.text','.doc','.txt'],true); ?> files</p>
<p class="mb-0 text-secondary"><?= $FileFinder->getListFiles(['.text','.doc','.txt'],true); ?> files</p>
</div>
<h6 class="text-primary mb-0">256 MB</h6>
</div>
Expand All @@ -75,7 +75,7 @@
</div>
<div class="flex-grow-1 ms-2">
<h6 class="mb-0">Media Files</h6>
<p class="mb-0 text-secondary"><?= getListFiles(['.mp3','.mp4','.flv','.avi','.3gp','.mkv'],true); ?> files</p>
<p class="mb-0 text-secondary"><?= $FileFinder->getListFiles(['.mp3','.mp4','.flv','.avi','.3gp','.mkv'],true); ?> files</p>
</div>
<h6 class="text-primary mb-0">3.4 GB</h6>
</div>
Expand Down Expand Up @@ -436,4 +436,4 @@
</script>
</body>

</html>
</html>

0 comments on commit ea929d5

Please sign in to comment.