summaryrefslogtreecommitdiffstats
path: root/templates/show_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-20 06:23:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-20 06:23:05 +0000
commit5869da3fe58876644364941fa7216caee09adbf5 (patch)
tree66d981851a8e3d024ccd662c26cdad6612f7e6b0 /templates/show_album_row.inc.php
parentc1829308f4207eda5fbfff668ad0fcd6e1f16143 (diff)
downloadampache-5869da3fe58876644364941fa7216caee09adbf5.tar.gz
ampache-5869da3fe58876644364941fa7216caee09adbf5.tar.bz2
ampache-5869da3fe58876644364941fa7216caee09adbf5.zip
little more work on the xml api, artists and albums now works
Diffstat (limited to 'templates/show_album_row.inc.php')
-rw-r--r--templates/show_album_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php
index 6d8189d3..791f7b8a 100644
--- a/templates/show_album_row.inc.php
+++ b/templates/show_album_row.inc.php
@@ -26,7 +26,7 @@
<?php if (Browse::get_filter('show_art')) { ?>
<td class="cel_cover">
<a href="<?php echo Config::get('web_path'); ?>/albums.php?action=show&amp;album=<?php echo $album->id; ?>">
- <img height="75" width="75" src="<?php echo Config::get('web_path'); ?>/image.php?id=<?php echo $album->id; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" />
+ <img height="75" width="75" src="<?php echo Config::get('web_path'); ?>/image.php?id=<?php echo $album->id; ?>&amp;thumb=1" />
</a>
</td>
<?php } ?>