summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpha <ngcoder@live.com>2015-07-27 10:46:01 -0400
committerAlpha <ngcoder@live.com>2015-07-27 10:46:01 -0400
commit70525913dbcf930f2c0f0a90cbe43e2132f3f5a9 (patch)
treec1128ebc46e870263dff10ece88ea669059b9f31
parent26cd17bfd1b544dae6e4f1dd2f771610dfa6dc82 (diff)
downloadwebgrind-70525913dbcf930f2c0f0a90cbe43e2132f3f5a9.zip
webgrind-70525913dbcf930f2c0f0a90cbe43e2132f3f5a9.tar.gz
webgrind-70525913dbcf930f2c0f0a90cbe43e2132f3f5a9.tar.bz2
Improve favicon.ico clarity
-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>