|
@@ -192,7 +192,7 @@ View::show_header($Title, 'browse,comments,torrent,bbcode,recommend,cover_art,su
|
192
|
192
|
<div id="covers">
|
193
|
193
|
<div id="cover_div_<?=$Index?>">
|
194
|
194
|
<? if ($WikiImage != '') { ?>
|
195
|
|
- <div><img width="100%" src="<?=ImageTools::process($WikiImage, true)?>" alt="<?=$AltName?>" onclick="lightbox.init('<?=ImageTools::process($WikiImage)?>', 245);" /></div>
|
|
195
|
+ <div><img width="100%" class="lightbox-init" src="<?=ImageTools::process($WikiImage, true)?>" alt="<?=$AltName?>" /></div>
|
196
|
196
|
<? } else { ?>
|
197
|
197
|
<div><img width="100%" src="<?=STATIC_SERVER?>common/noartwork/comedy.png<? /*=$CategoryIcons[$GroupCategoryID - 1]*/ ?>" alt="<?=$Categories[$GroupCategoryID - 1]?>" class="brackets tooltip" title="<?=$Categories[$GroupCategoryID - 1]?>" height="220" border="0" /></div>
|
198
|
198
|
<?
|
|
@@ -212,7 +212,7 @@ $Index++;
|
212
|
212
|
$Src = 'src="' . ImageTools::process($Image, true) . '"';
|
213
|
213
|
}
|
214
|
214
|
?>
|
215
|
|
- <img id="cover_<?=$Index?>" width="100%" <?=$Src?> alt="<?=$Summary?>" onclick="lightbox.init('<?=ImageTools::process($Image)?>', 220);" />
|
|
215
|
+ <img id="cover_<?=$Index?>" class="lightbox-init" lightbox-img="<?=ImageTools::process($Image)?>" width="100%" <?=$Src?> alt="<?=$Summary?>" />
|
216
|
216
|
</div>
|
217
|
217
|
<ul class="stats nobullet">
|
218
|
218
|
<li>
|
|
@@ -788,7 +788,7 @@ include(SERVER_ROOT.'/sections/torrents/voter_picks.php');
|
788
|
788
|
<?
|
789
|
789
|
foreach($Screenshots as $Screenshot) {
|
790
|
790
|
$SSURL = ImageTools::process($Screenshot['Image'], false)
|
791
|
|
- ?><img class='tooltip' title='<?=Users::format_username($Screenshot['UserID'], false, false, false)?> - <?=time_diff($Screenshot['Time'])?>' onclick="lightbox.init('<?=$SSURL?>', 220);" src="<?=$SSURL?>" /><?
|
|
791
|
+ ?><img class='tooltip lightbox-init' title='<?=Users::format_username($Screenshot['UserID'], false, false, false)?> - <?=time_diff($Screenshot['Time'])?>' src="<?=$SSURL?>" /><?
|
792
|
792
|
}
|
793
|
793
|
?>
|
794
|
794
|
</div>
|