+ Update hyperviseur header
This commit is contained in:
parent
a6aff40364
commit
8a5c99d9f4
|
@ -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,7 +200,6 @@
|
|||
<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') ?>">
|
||||
|
@ -209,6 +207,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<?php }?>
|
||||
<?php } ?>
|
||||
|
||||
<li class="<?php if($active=="recherche"){echo "active";} ?>">
|
||||
<a href="<?php echo base_url('index.php/Hyperviseur_dash/recherche') ?>">
|
||||
|
@ -216,11 +215,13 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in New Issue