Skip to content

Commit

Permalink
favicon url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyFoetz committed Mar 13, 2019
1 parent e7550f0 commit 246546a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/login/index.php
Expand Up @@ -31,7 +31,7 @@
<title>Snmptraps</title>

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

<!-- css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
Expand Down Expand Up @@ -94,4 +94,4 @@
<!-- end body -->
</body>
</html>
<?php ob_end_flush(); ?>
<?php ob_end_flush(); ?>
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -49,7 +49,7 @@
<title><?php print $title; ?></title>

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

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

0 comments on commit 246546a

Please sign in to comment.