diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-27 02:38:04 +0000 |
commit | 9d5967348fbcedc0ce5f9172e3922e0cdb0536d2 (patch) | |
tree | dd1caf093c0ee0ac2c63ca479a0fe534f77efec2 /templates/show_album.inc.php | |
parent | 185630d92c74356946a2a0fe19748b41c9ba57de (diff) | |
download | ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.gz ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.tar.bz2 ampache-9d5967348fbcedc0ce5f9172e3922e0cdb0536d2.zip |
fixed advanced random, tweaked some css a tad and fixed a few other minor typos
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;"> |