Changeset 1718 for branches/3.4/templates/show_index.inc.php
- Timestamp:
- 08/30/08 13:58:51 (4 months ago)
- Files:
-
- 1 modified
-
branches/3.4/templates/show_index.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/templates/show_index.inc.php
r1504 r1718 42 42 <?php 43 43 $data = Song::get_recently_played(); 44 show_box_top(_('Recently Played')); 44 $link = Config::get('use_rss') ? ' ' . RSS::get_display('recentlyplayed') : ''; 45 show_box_top(_('Recently Played') . $link); 45 46 if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; } 46 47 show_box_bottom();
