description.tpl.php in MP3 Player 6.2
Same filename and directory in other branches
This template outputs the description field.
Variables:
- $title
- $artist
- $album
- $year
- $track
- $genre
- $id3 (Full ID3 Array)
File
filefieldmp3player/theme/description.tpl.phpView source
<?php
/**
* @file
* This template outputs the description field.
*
* Variables:
* - $title
* - $artist
* - $album
* - $year
* - $track
* - $genre
* - $id3 (Full ID3 Array)
*/
print $title . ' ' . t('by') . ' ' . $artist;