Add logo miang

This commit is contained in:
Djery-Tom 2022-05-13 18:59:48 +01:00
parent 71f4bb2b19
commit c2e8a5d957
2 changed files with 10 additions and 4 deletions

View File

@ -51,10 +51,16 @@
<span class="logo-mini"><b>iLink</b></span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg">
<img class="img img-responsive img-dash" src="<?= base_url('images/logo.png') ?>">
<b>iLink</b> World
</span>
<?php
if($this->session->userdata('network_id') == '271') {
?>
<img class="img img-responsive img-dash" src="<?= base_url('images/miang-logo.png') ?>">
<b>MIANG</b>
<?php } else { ?>
<img class="img img-responsive img-dash" src="<?= base_url('images/logo.png') ?>">
<b>iLink</b> World
<?php } ?>
</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">

BIN
images/miang-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB