|
@@ -243,7 +243,7 @@ foreach ($GroupIDs as $GroupID) {
|
243
|
243
|
<? if (!$WikiImage) {
|
244
|
244
|
$WikiImage = STATIC_SERVER.'common/noartwork/nocover.png';
|
245
|
245
|
} ?>
|
246
|
|
- <img class="tooltip_interactive" src="<?=ImageTools::process($WikiImage, true)?>" alt="<?=$DisplayName?>" title="<?=$DisplayName?> <br /> <?=$Tags?>" data-title-plain="<?="$DisplayName ($PlainTags)"?>" width="100%" />
|
|
246
|
+ <img class="tooltip_interactive" src="<?=ImageTools::process($WikiImage, true)?>" alt="<?=$DisplayName?>" title="<?=$DisplayName?> <br /> <div class='tags'><?=$Tags?></div>" data-title-plain="<?="$DisplayName ($PlainTags)"?>" width="100%" />
|
247
|
247
|
</a>
|
248
|
248
|
</div>
|
249
|
249
|
<?
|
|
@@ -410,8 +410,8 @@ foreach ($ZIPOptions as $Option) {
|
410
|
410
|
</div>
|
411
|
411
|
<div class="box box_tags">
|
412
|
412
|
<div class="head"><strong>Top Tags</strong></div>
|
413
|
|
- <div class="pad">
|
414
|
|
- <ol style="padding-left: 5px;">
|
|
413
|
+ <div class="pad tags">
|
|
414
|
+ <ol style="padding-left: 5px">
|
415
|
415
|
<?
|
416
|
416
|
Tags::format_top(5, 'collages.php?action=search&tags=');
|
417
|
417
|
?>
|