Changed logo and favicon (#391)

This commit is contained in:
FrancescoUK
2016-04-25 16:38:42 +01:00
parent 8139d525cb
commit 01d68ce3d5
5 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
</head>
<body>
<div id="logo" align="center"><img src=<?php echo base_url();?>/images/logo.gif></div>
<div id="logo" align="center"><img src=<?php echo base_url();?>/images/logo.png></div>
<div id="login">
<?php echo form_open('login') ?>

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

BIN
images/logo.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -20,7 +20,7 @@
</head>
<body>
<div id="logo" align="center"><img src=<?php echo base_url();?>/images/logo.gif></div>
<div id="logo" align="center"><img src=<?php echo base_url();?>/images/logo.png></div>
<div id="login">
<?php echo form_open('login') ?>