fix
This commit is contained in:
@@ -12,35 +12,22 @@
|
||||
$pieces = explode(".", $row->message);
|
||||
?>
|
||||
<div class="col-md-6 col-lg-4 col-xl-3">
|
||||
<!--begin::Card-->
|
||||
<div class="card h-100">
|
||||
<!--begin::Card body-->
|
||||
<div class="card-body d-flex justify-content-center text-center flex-column p-8">
|
||||
<!--begin::Name-->
|
||||
<a href="../../demo8/dist/apps/file-manager/files.html" class="text-gray-800 text-hover-primary d-flex flex-column">
|
||||
<!--begin::Image-->
|
||||
<a href="#" class="text-gray-800 text-hover-primary d-flex flex-column">
|
||||
<div class="symbol symbol-60px mb-5">
|
||||
<img src="/site3/assets/media/svg/files/<?=$pieces[count( $pieces)-1]?>.svg" alt="" />
|
||||
</div>
|
||||
<!--end::Image-->
|
||||
<!--begin::Title-->
|
||||
<div class="fs-5 fw-bolder mb-2"> <?= $row->msg?></div>
|
||||
<!--end::Title-->
|
||||
</a>
|
||||
<!--end::Name-->
|
||||
<!--begin::Description-->
|
||||
<div class="fs-7 fw-bold text-gray-400"><?=$row->date1?></div>
|
||||
<!--end::Description-->
|
||||
</div>
|
||||
<!--end::Card body-->
|
||||
</div>
|
||||
<!--end::Card-->
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<!--begin::Col-->
|
||||
<div class="col-md-6 col-lg-4 col-xl-3">
|
||||
<!--begin::Card-->
|
||||
<div class="card h-100 flex-center bg-light-primary border-primary border border-dashed p-8">
|
||||
@@ -56,6 +43,5 @@
|
||||
</div>
|
||||
<!--end::Card-->
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
</div>
|
||||
<!--end:Row-->
|
||||
Reference in New Issue
Block a user