diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:35:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-07-17 14:35:06 +0000 |
| commit | ab57e284698b7dcae6c16136de9e0779afd7a042 (patch) | |
| tree | 25d436a94a7f67b631da2a8bf866c9319456b345 /modules/clippings/index.php | |
| parent | 127b09f7d893943692e7abefe2d3f571c840c5d8 (diff) | |
| download | webtrees-ab57e284698b7dcae6c16136de9e0779afd7a042.tar.gz webtrees-ab57e284698b7dcae6c16136de9e0779afd7a042.tar.bz2 webtrees-ab57e284698b7dcae6c16136de9e0779afd7a042.zip | |
Combine large and small icons - use CSS to downsize when small icons are required
Diffstat (limited to 'modules/clippings/index.php')
| -rw-r--r-- | modules/clippings/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clippings/index.php b/modules/clippings/index.php index 08f9c3132b..fe881e5cee 100644 --- a/modules/clippings/index.php +++ b/modules/clippings/index.php @@ -306,7 +306,7 @@ if ($ct==0) { if ($tag=='OBJE') $icon = "media";
?>
<tr><td class="list_value">
- <?php if (!empty($icon)) { ?><img src="<?php echo $WT_IMAGES[$icon]["small"];?>" border="0" alt="<?php echo $tag;?>" title="<?php echo $tag;?>" /><?php } ?>
+ <?php if (!empty($icon)) { ?><img src="<?php echo $WT_IMAGES[$icon];?>" border="0" alt="<?php echo $tag;?>" title="<?php echo $tag;?>" /><?php } ?>
</td>
<td class="list_value ltr"><?php echo $clipping['id']?></td>
<td class="list_value">
|
