Skip to content

Commit

Permalink
Fix for 404 on missing toolbar image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdenvir committed Mar 21, 2012
1 parent f1cf7a4 commit 03fc874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/elements/toolbar.html.php
@@ -1,5 +1,5 @@
<div id="li3-perf-toolbar">
<div id="li3-perf-toolbar-content-wrapper" style="background: url('85bg.png') repeat;">
<div id="li3-perf-toolbar-content-wrapper" style="background: url('/li3_perf/img/85bg.png') repeat;">

<?=$this->html->image('/li3_perf/img/clock.png', array('title' => 'execution time', 'alt' => 'execution time')) . ' ' . number_format($timers['complete_load'], 2) . 's'; ?>

Expand Down

0 comments on commit 03fc874

Please sign in to comment.