Show
Ignore:
Timestamp:
08/30/08 14:06:09 (4 months ago)
Author:
vollmerk
Message:

move stuff around so it makes more sense and is not messed up by the ajax refresh

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/show_index.inc.php

    r1719 r1720  
    4343                $data = Song::get_recently_played(); 
    4444                Song::build_cache(array_keys($data));  
    45                 $link = Config::get('use_rss') ? ' ' . RSS::get_display('recentlyplayed') :  ''; 
    46                 show_box_top(_('Recently Played') . $link);  
    4745                require_once Config::get('prefix') . '/templates/show_recently_played.inc.php';  
    48                 show_box_bottom();  
    4946        ?> 
    5047</div>