/[drupal]/contributions/modules/mp3player/filefieldmp3player/theme/description.tpl.php
ViewVC logotype

Diff of /contributions/modules/mp3player/filefieldmp3player/theme/description.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Sun Jul 19 16:24:04 2009 UTC revision 1.1.2.1, Sun Jul 19 16:24:04 2009 UTC
# Line 0  Line 1 
1    <?php
2    // $Id$
3    
4    /**
5     * @file
6     * This template outputs the description field.
7     *
8     * Variables:
9     * - $title
10     * - $artist
11     * - $album
12     * - $year
13     * - $track
14     * - $genre
15     */
16    ?>
17    <?php print $title .' '. t('by') .' '. $artist; ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2