Changeset 1720 for trunk/templates/show_index.inc.php
- Timestamp:
- 08/30/08 14:06:09 (4 months ago)
- Files:
-
- 1 modified
-
trunk/templates/show_index.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/show_index.inc.php
r1719 r1720 43 43 $data = Song::get_recently_played(); 44 44 Song::build_cache(array_keys($data)); 45 $link = Config::get('use_rss') ? ' ' . RSS::get_display('recentlyplayed') : '';46 show_box_top(_('Recently Played') . $link);47 45 require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; 48 show_box_bottom();49 46 ?> 50 47 </div>
