update files inside importify folder

This commit is contained in:
claus75a 2024-06-10 15:22:53 +02:00
parent 95d2495137
commit 869aa9f206
2 changed files with 13 additions and 1 deletions

View File

@ -74,6 +74,18 @@
</li>
<?php } ?>
<?php if (in_array(6, $activemod)) { ?>
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="bx bxl-product-hunt"></i> <span> Importify </span> <span class="float-right"><i class="mdi mdi-chevron-right"></i></span></a>
<ul class="list-unstyled">
<li><a href="<?php echo USERAREA_PATH; ?>importify/importifydashboard.php">Importify Dashboard</a></li>
<li><a href="<?php echo USERAREA_PATH; ?>importify/insert-importifytemplate.php">New Import Templates</a></li>
<li><a href="">Import files</a></li>
<li><a href="">Import History</a></li>
</ul>
</li>
<?php } ?>
<?php if (in_array(4, $activemod)) { ?>
<li class="has_sub">
<a href="javascript:void(0);" class="waves-effect"><i class="bx bxl-product-hunt"></i> <span> <?php echo $products; ?> </span> <span class="float-right"><i class="mdi mdi-chevron-right"></i></span></a>

View File

@ -178,7 +178,7 @@
</div>
<div class="col-lg-3">
<div class="card card-body">
<a href="<?php echo USERAREA_PATH; ?>importify/importify.php">
<a href="<?php echo USERAREA_PATH; ?>importify/importifydashboard.php">
<div class="alert alert-success alert-dismissible fade show px-4 mb-0 text-center" role="alert">
<i class="mdi mdi-database-import d-block display-4 mt-2 mb-3 text-success"></i>
<h5 class="text-primary"><?php echo $importify; ?></h5>