| # | " .__("Track", $i18n_domain). " | " .__("Artist", $i18n_domain). " | " .__("Song Name", $i18n_domain). " | " .__("Price", $i18n_domain). " | " .__("Explicit", $i18n_domain). " | " .__("Actions", $i18n_domain). " |
|---|---|---|---|---|---|---|
| \n" . __('No Songs Available in the Database!', $i18n_domain) . "\n | \n" . "||||||
| $song->id | $song->number | " .stripslashes($artist->loadById($song->artist_id)->name) . " | " .stripslashes($song->name). " | $song->price | " .(($song->explicit) ? "YES" : "NO"). " | ";
/* Edit Button */
echo ' '
. " "
. ' ';
/* Delete Button */
echo ''
. " "
. ' '
. " |