diff options
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index f341c364..f2738e93 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -23,7 +23,7 @@ $web_path = Config::get('web_path'); $ajax_url = Config::get('ajax_url'); // Title for this album -$title = scrub_out($album->name) . ' (' . $album->year . ') -- ' . $album->f_artist; +$title = scrub_out($album->name) . ' (' . $album->year . ') -- ' . $album->f_artist_link; ?> <?php show_box_top($title,'info-box'); ?> <div style="float:left;margin-right:10px;"> |