1
0
Fork 0

Merge branch 'master' of github.com:atomaka/WIA into modular

This commit is contained in:
Andrew Tomaka 2011-10-28 21:09:55 -04:00
commit 3e9fa4ad89
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ while($link = $links->fetch_object()) {
<table class="formatting">
<tr>
<td class="formatting">
<img src="<?php echo $data->lastfm->cover; ?>" class="cover" alt="<?php echo $data->lastfm->artist ?> - <?php echo $data->lastfm->song ?>"/>
<img src="<?php echo (isset($data->lastfm->cover) && !empty($data->lastfm->cover)) ? $data->lastfm->cover : '/img/album.png'; ?>" class="cover" alt="<?php echo $data->lastfm->artist ?> - <?php echo $data->lastfm->song ?>"/>
</td>
<td class="top">
<span class="right"><a href="http://last.fm/user/atomaka"><img src="img/badges/lastfm.png" class="icon" alt="Andrew Tomaka's Last.fm" /></a></span>