update files inside importify folder
This commit is contained in:
parent
95d2495137
commit
869aa9f206
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user