summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--favicon.icobin1150 -> 318 bytes
-rw-r--r--templates/fileviewer.phtml1
-rw-r--r--templates/index.phtml2
3 files changed, 3 insertions, 0 deletions
diff --git a/favicon.ico b/favicon.ico
index a908458..26afb58 100644
--- a/favicon.ico
+++ b/favicon.ico
Binary files differ
diff --git a/templates/fileviewer.phtml b/templates/fileviewer.phtml
index 79a5492..a2d6209 100644
--- a/templates/fileviewer.phtml
+++ b/templates/fileviewer.phtml
@@ -6,6 +6,7 @@
<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.scrollTo.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="styles/style.css">
+ <link rel="shortcut icon" type="image/ico" href="favicon.ico">
<title>
webgrind - fileviewer: <?php echo $file?>
</title>
diff --git a/templates/index.phtml b/templates/index.phtml
index 86f43a2..870eaf8 100644
--- a/templates/index.phtml
+++ b/templates/index.phtml
@@ -5,6 +5,7 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>webgrind</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
+ <link rel="shortcut icon" type="image/ico" href="favicon.ico">
<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.blockUI.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.tablesorter.js" type="text/javascript" charset="utf-8"></script>
@@ -373,6 +374,7 @@
<th> </th>
<th><span>Invocation Count</span></th>
<th><span>Total Self Cost</span></th>
+ <th><span>Average Self Cost</span></th>
<th><span>Total Inclusive Cost</span></th>
</tr>
</thead>