Skip to content

Commit 246546a

Browse files
committed
favicon url fix
1 parent e7550f0 commit 246546a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/login/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<title>Snmptraps</title>
3232

3333
<!-- icon -->
34-
<link rel="icon" type="image/png" href="<?php print BASE; ?>css/favicon_big.png">
34+
<link rel="icon" type="image/png" href="css/favicon_big.png">
3535

3636
<!-- css -->
3737
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
@@ -94,4 +94,4 @@
9494
<!-- end body -->
9595
</body>
9696
</html>
97-
<?php ob_end_flush(); ?>
97+
<?php ob_end_flush(); ?>

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<title><?php print $title; ?></title>
5050

5151
<!-- icon -->
52-
<link rel="icon" type="image/png" href="<?php print BASE; ?>css/favicon_big.png">
52+
<link rel="icon" type="image/png" href="css/favicon_big.png">
5353

5454
<!-- css -->
5555
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css?v=<?php print implode(".", $version); ?>">
@@ -136,4 +136,4 @@
136136
</body>
137137
</html>
138138
<?php ob_end_flush(); ?>
139-
<?php } ?>
139+
<?php } ?>

0 commit comments

Comments
 (0)