From 03fc874021c3999fe7519aeaa36da743499b324d Mon Sep 17 00:00:00 2001 From: Alex Denvir Date: Wed, 21 Mar 2012 17:22:27 +0000 Subject: [PATCH] Fix for 404 on missing toolbar image --- views/elements/toolbar.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/elements/toolbar.html.php b/views/elements/toolbar.html.php index 9ea567b..c257905 100644 --- a/views/elements/toolbar.html.php +++ b/views/elements/toolbar.html.php @@ -1,5 +1,5 @@
-
+
html->image('/li3_perf/img/clock.png', array('title' => 'execution time', 'alt' => 'execution time')) . ' ' . number_format($timers['complete_load'], 2) . 's'; ?>