File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
<title>Snmptraps</title>
32
32
33
33
<!-- 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">
35
35
36
36
<!-- css -->
37
37
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
94
94
<!-- end body -->
95
95
</body>
96
96
</html>
97
- <?php ob_end_flush (); ?>
97
+ <?php ob_end_flush (); ?>
Original file line number Diff line number Diff line change 49
49
<title><?php print $ title ; ?> </title>
50
50
51
51
<!-- 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">
53
53
54
54
<!-- css -->
55
55
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css?v=<?php print implode (". " , $ version ); ?> ">
136
136
</body>
137
137
</html>
138
138
<?php ob_end_flush (); ?>
139
- <?php } ?>
139
+ <?php } ?>
You can’t perform that action at this time.
0 commit comments