File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 30
30
<!-- title -->
31
31
<title>Snmptraps</title>
32
32
33
+ <!-- icon -->
34
+ <link rel="icon" type="image/png" href="<?php print BASE ; ?> css/favicon_big.png">
35
+
33
36
<!-- css -->
34
37
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css">
35
38
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-custom.css"> -->
45
48
<!-- body -->
46
49
<body>
47
50
51
+ <hr>
52
+
48
53
<!-- wrapper -->
49
54
<div class="wrapper">
50
55
Original file line number Diff line number Diff line change 48
48
<!-- title -->
49
49
<title><?php print $ title ; ?> </title>
50
50
51
+ <!-- icon -->
52
+ <link rel="icon" type="image/png" href="<?php print BASE ; ?> css/favicon_big.png">
53
+
51
54
<!-- css -->
52
55
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.min.css?v=<?php print implode (". " , $ version ); ?> ">
53
56
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap-custom-black.css?v=<?php print implode (". " , $ version ); ?> ">
89
92
<?php include ('app/top-menu.php ' ); ?>
90
93
</div>
91
94
92
-
93
95
<!-- content -->
94
96
<div class="content_overlay">
95
97
<div class="container-fluid" id="mainContainer">
101
103
</div>
102
104
</div>
103
105
104
-
105
-
106
106
<!-- modals -->
107
107
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
108
108
<div class="modal-dialog" role="document">
You can’t perform that action at this time.
0 commit comments