title . ' ' . _('Details')); $songprops['Title'] = scrub_out($song->title) . Ajax::button('?action=basket&type=song&id=' . $song->id,'add',_('Add'),'add_' . $song->id); $songprops['Artist'] = $song->f_artist_link; $songprops['Album'] = $song->f_album_link . " (" . scrub_out($song->year). ")"; $songprops['Genre'] = $song->f_genre_link; $songprops['Length'] = scrub_out($song->f_time); $songprops['Comment'] = scrub_out($song->comment); $songprops['Label'] = scrub_out($song->label); $songprops['Language']= scrub_out($song->language); $songprops['Catalog Number'] = scrub_out($song->catalog_number); $songprops['Bitrate'] = scrub_out($song->f_bitrate); if ($GLOBALS['user']->has_access('75')) { $songprops['Filename'] = scrub_out($song->file) . " " . $song->f_size . "MB"; } if (Config::get('download')) { $songprops['Filename'] = "id . "\">" . $songprops['Filename'] . ""; } if ($song->update_time) { $songprops['Last Updated'] = date("d/m/Y H:i",$song->update_time); } $songprops['Added'] = date("d/m/Y H:i",$song->addition_time); ?>