Add logo miang
This commit is contained in:
parent
71f4bb2b19
commit
c2e8a5d957
|
@ -51,10 +51,16 @@
|
||||||
<span class="logo-mini"><b>iLink</b></span>
|
<span class="logo-mini"><b>iLink</b></span>
|
||||||
<!-- logo for regular state and mobile devices -->
|
<!-- logo for regular state and mobile devices -->
|
||||||
<span class="logo-lg">
|
<span class="logo-lg">
|
||||||
|
<?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') ?>">
|
<img class="img img-responsive img-dash" src="<?= base_url('images/logo.png') ?>">
|
||||||
<b>iLink</b> World
|
<b>iLink</b> World
|
||||||
|
<?php } ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
<!-- Header Navbar: style can be found in header.less -->
|
<!-- Header Navbar: style can be found in header.less -->
|
||||||
<nav class="navbar navbar-static-top">
|
<nav class="navbar navbar-static-top">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Loading…
Reference in New Issue