Subversion Repositories cheapmusic

Rev

Rev 104 | Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 105
Line 376... Line 376...
376
    $modal = "";
376
    $modal = "";
377
    $str = "<div class=\"card mx-auto discogs-card\">";
377
    $str = "<div class=\"card mx-auto discogs-card\">";
378
    $str .= "<div class=\"card-header bg-info d-flex h-100\">";
378
    $str .= "<div class=\"card-header bg-info d-flex h-100\">";
379
    $str .= "<p class=\"card-title font-weight-bold small flex-grow-1\">" . (string)$item->ItemInfo->Title->DisplayValue . " by ";
379
    $str .= "<p class=\"card-title font-weight-bold small flex-grow-1\">" . (string)$item->ItemInfo->Title->DisplayValue . " by ";
380
    $searchArtists = "";
380
    $searchArtists = "";
381
    $$wlArtists = "";
381
    $wlArtists = "";
382
    if (!empty($artists)) {
382
    if (!empty($artists)) {
383
        if (count($artists) < 5) {
383
        if (count($artists) < 5) {
384
            $wlArtists = join(", ", $artists);
384
            $wlArtists = join(", ", $artists);
385
            if (!empty($artists) && $artists[0] != 'Various') {
385
            if (!empty($artists) && $artists[0] != 'Various') {
386
                $searchArtists = join(" ", $artists);
386
                $searchArtists = join(" ", $artists);