|
@@ -117,7 +117,7 @@ $encoded_artist = urlencode($encoded_artist);
|
117
|
117
|
<?
|
118
|
118
|
if (!empty($Request['Image'])) {
|
119
|
119
|
?>
|
120
|
|
- <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], true)?>" alt="<?=$FullName?>" class="lightbox-init" />
|
|
120
|
+ <img style="width: 100%;" src="<?=ImageTools::process($Request['Image'], true)?>" lightbox-img="<?=ImageTools::process($Request['Image'])?>" alt="<?=$FullName?>" class="lightbox-init" />
|
121
|
121
|
<? } else { ?>
|
122
|
122
|
<img style="width: 100%;" src="<?=STATIC_SERVER?>common/noartwork/<?=$CategoryIcons[$Request['CategoryID'] - 1]?>" alt="<?=$CategoryName?>" class="tooltip" title="<?=$CategoryName?>" height="220" border="0" />
|
123
|
123
|
<? } ?>
|