+ Update hyperviseur header

This commit is contained in:
Djery-Tom 2020-12-06 18:22:04 +01:00
parent a6aff40364
commit 8a5c99d9f4
1 changed files with 14 additions and 13 deletions

View File

@ -150,8 +150,7 @@
<span><?php echo $this->lang->line('Demandes adhésion'); ?></span>
</a>
</li>
<?php if ($hasWallet) {
?>
<?php if ($hasWallet) {?>
<li class="<?= "treeview " . ((strpos($active, "wallet_") !== false) ? "active menu-open" : "") ?>"
style="height: auto;">
<a href="#">
@ -201,13 +200,13 @@
<i class="fa fa-money"></i> <span>Nano credit</span>
</a>
</li>
<?php }?>
<li class="<?php if($active=="operators"){echo "active";} ?>">
<a href="<?php echo base_url('index.php/Hyperviseur_dash/operators') ?>">
<i class="fa fa-building"></i> <span><?php echo $this->lang->line('operators'); ?></span>
</a>
</li>
<li class="<?php if($active=="operators"){echo "active";} ?>">
<a href="<?php echo base_url('index.php/Hyperviseur_dash/operators') ?>">
<i class="fa fa-building"></i> <span><?php echo $this->lang->line('operators'); ?></span>
</a>
</li>
<?php }?>
<?php } ?>
<li class="<?php if($active=="recherche"){echo "active";} ?>">
@ -216,11 +215,13 @@
</a>
</li>
<li class="<?php if($active=="documentation"){echo "active";} ?>">
<a href="<?php echo base_url('index.php/Hyperviseur_dash/documentation') ?>">
<i class="fa fa-book"></i> <span>Documentation</span>
</a>
</li>
<?php if (($hasWallet) && ($hasWallet->first_row()->type == 'ilink')){?>
<li class="<?php if($active=="documentation"){echo "active";} ?>">
<a href="<?php echo base_url('index.php/Hyperviseur_dash/documentation') ?>">
<i class="fa fa-book"></i> <span>Documentation</span>
</a>
</li>
<?php } ?>
</ul>
</section>