Add logo miang
This commit is contained in:
parent
71f4bb2b19
commit
c2e8a5d957
|
@ -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">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
Loading…
Reference in New Issue