This commit is contained in:
2022-07-31 13:01:42 -04:00
parent 3954822c89
commit efd5647d64
9 changed files with 133 additions and 141 deletions
@@ -1,17 +1,10 @@
<!--begin::Toolbar-->
<div class="d-flex flex-wrap flex-stack my-5">
<!--begin::Heading-->
<h3 class="fw-bolder my-2">Uploaded Files
<span class="fs-6 text-gray-400 fw-bold ms-1">+<?=count($files_only)?></span></h3>
<!--end::Heading-->
<!--begin::Controls-->
<div class="d-flex my-2">
</div>
<!--end::Controls-->
</div>
<!--end::Toolbar-->
<!--begin::Row-->
<div class="row g-6 g-xl-9 mb-6 mb-xl-9">
<?php
@@ -27,7 +20,7 @@
<a href="../../demo8/dist/apps/file-manager/files.html" class="text-gray-800 text-hover-primary d-flex flex-column">
<!--begin::Image-->
<div class="symbol symbol-60px mb-5">
<img src="/site3/assets/media/svg/files/<?=$pieces[1]?>.svg" alt="" />
<img src="/site3/assets/media/svg/files/<?=$pieces[count( $pieces)-1]?>.svg" alt="" />
</div>
<!--end::Image-->
<!--begin::Title-->