You are here

description.tpl.php in MP3 Player 6.2

Same filename and directory in other branches
  1. 6 filefieldmp3player/theme/description.tpl.php

This template outputs the description field.

Variables:

  • $title
  • $artist
  • $album
  • $year
  • $track
  • $genre
  • $id3 (Full ID3 Array)

File

filefieldmp3player/theme/description.tpl.php
View 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;