Skip to content

Commit e7550f0

Browse files
author
Miha Petkovsek
committed
Added favicon
1 parent 1e78c3b commit e7550f0

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

app/login/index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<!-- title -->
3131
<title>Snmptraps</title>
3232

33+
<!-- icon -->
34+
<link rel="icon" type="image/png" href="<?php print BASE; ?>css/favicon_big.png">
35+
3336
<!-- css -->
3437
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
3538
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-custom.css"> -->
@@ -45,6 +48,8 @@
4548
<!-- body -->
4649
<body>
4750

51+
<hr>
52+
4853
<!-- wrapper -->
4954
<div class="wrapper">
5055

css/favicon.png

5.66 KB
Loading

css/favicon_big.png

34.9 KB
Loading

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<!-- title -->
4949
<title><?php print $title; ?></title>
5050

51+
<!-- icon -->
52+
<link rel="icon" type="image/png" href="<?php print BASE; ?>css/favicon_big.png">
53+
5154
<!-- css -->
5255
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css?v=<?php print implode(".", $version); ?>">
5356
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-custom-black.css?v=<?php print implode(".", $version); ?>">
@@ -89,7 +92,6 @@
8992
<?php include('app/top-menu.php'); ?>
9093
</div>
9194

92-
9395
<!-- content -->
9496
<div class="content_overlay">
9597
<div class="container-fluid" id="mainContainer">
@@ -101,8 +103,6 @@
101103
</div>
102104
</div>
103105

104-
105-
106106
<!-- modals -->
107107
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
108108
<div class="modal-dialog" role="document">

0 commit comments

Comments
 (0)