Ticket #7948: mythweb_recordings_rss.diff

File mythweb_recordings_rss.diff, 668 bytes (added by nickj-fox@…, 16 years ago)

mythweb rss link fix

  • mythweb/modules/tv/tmpl/default/recorded.php

     
    473473          )
    474474        .'</div>';
    475475
    476     echo '<div id="feed_buttons"><a href="rss'.$_SERVER['REQUEST_URI'].'"><img src="'.skin_url.'/img/rss2.0.gif"></a></div>';
     476    echo '<div id="feed_buttons"><a href="'.str_replace('tv','rss/tv',$_SERVER['REQUEST_URI']).'"><img src="'.skin_url.'/img/rss2.0.gif"></a></div>';
    477477
    478478// Print the page footer
    479479    require 'modules/_shared/tmpl/'.tmpl.'/footer.php';