Show
Ignore:
Timestamp:
08/30/08 13:58:51 (4 months ago)
Author:
vollmerk
Message:

add links to rss feeds, and change default to enabled for use_rss

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/templates/show_index.inc.php

    r1504 r1718  
    4242        <?php 
    4343                $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);  
    4546                if (count($data)) { require_once Config::get('prefix') . '/templates/show_recently_played.inc.php'; } 
    4647                show_box_bottom();