apply lazyload patch

This commit is contained in:
Clint Armstrong
2015-07-16 12:42:58 -04:00
parent ef35ee1adc
commit b5e8998c70
23 changed files with 52 additions and 24 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ if (count($toners)) {
$graph_array['height'] = 20;
$graph_array['bg'] = 'ffffff00';
// the 00 at the end makes the area transparent.
$minigraph = generate_graph_tag($graph_array);
$minigraph = generate_lazy_graph_tag($graph_array);
echo '<tr>
<td>'.overlib_link($link, $toner['toner_descr'], $overlib_content).'</td>