diff options
author | xgizzmo <xgizzmo@ampache> | 2007-07-29 21:21:32 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-07-29 21:21:32 +0000 |
commit | e46b19547e7d16999b05577ec64631cc12796355 (patch) | |
tree | a18f0af39faecf11f2f1faa770991c34b59906a4 /templates/show_now_playing_row.inc.php | |
parent | f6121006313be194bc760e27e4af60828c69b38f (diff) | |
download | ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.gz ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.bz2 ampache-e46b19547e7d16999b05577ec64631cc12796355.zip |
Replace references to old code with new code
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r-- | templates/show_now_playing_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 54aac9bc..0ff867b6 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -28,7 +28,7 @@ $artist = scrub_out(truncate_with_ellipsis($song->f_artist_full,'25')); <a href="<?php echo $web_path; ?>/stats.php?action=show_user&user_id=<?php echo $np_user->id; ?>"><?php echo scrub_out($np_user->fullname); ?></a><br /><br /> <!-- ## modified ##--> <strong><?php echo _('Song'); ?></strong><br /> - <a title="<?php echo scrub_out($song->title); ?>" href="<?php echo $web_path; ?>/song.php?action=single_song&song_id=<?php echo $song->id; ?>"> + <a title="<?php echo scrub_out($song->title); ?>" href="<?php echo $web_path; ?>/stream.php?action=single_song&song_id=<?php echo $song->id; ?>"> <?php echo $title; ?> </a> <div id="rating_<?php echo $song->id; ?>_song"> |