summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-29 15:57:27 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-29 15:57:27 +0000
commitddc3149e63c7a6da9b0feba9ec2663f1e4c96df4 (patch)
treee5e07bceb282f0e7f824ac05e11470ce9d0782c2 /templates
parent49ca88ee622ae1b334d231c5d954c5dc647ce06f (diff)
downloadampache-ddc3149e63c7a6da9b0feba9ec2663f1e4c96df4.tar.gz
ampache-ddc3149e63c7a6da9b0feba9ec2663f1e4c96df4.tar.bz2
ampache-ddc3149e63c7a6da9b0feba9ec2663f1e4c96df4.zip
fix two links that were missing actions on show artist
Diffstat (limited to 'templates')
-rw-r--r--templates/show_artist.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc
index ff0565a4..57d4e415 100644
--- a/templates/show_artist.inc
+++ b/templates/show_artist.inc
@@ -49,12 +49,12 @@ foreach ($albums as $album) {
<input name="song[]" value="<?php echo $id; ?>" type="checkbox" />
</td>
<td height="87">
- <a href="<?php echo $web_path; ?>/albums.php?album=<?php echo $id; ?>&amp;artist=<?php echo $artist->id; ?>">
+ <a href="<?php echo $web_path; ?>/albums.php?action=show&amp;album=<?php echo $id; ?>&amp;artist=<?php echo $artist->id; ?>">
<img border="0" src="<?php echo $web_path; ?>/image.php?id=<?php echo $id; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" alt="<?php echo scrub_out($album_name); ?>" title="<?php echo scrub_out($album_name); ?>" height="75" width="75" />
</a>
</td>
<td>
- <a href="<?php echo $web_path; ?>/albums.php?album=<?php echo $id; ?>&amp;artist=<?php echo $artist->id; ?>"><?php echo $album_name; ?></a>
+ <a href="<?php echo $web_path; ?>/albums.php?action=show&amp;album=<?php echo $id; ?>&amp;artist=<?php echo $artist->id; ?>"><?php echo $album_name; ?></a>
</td>
<td><?php echo $album->year; ?></td>
<td><?php echo $count; ?></td>