diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 07:31:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 07:31:05 +0000 |
commit | a31560aec4f004e58930277758f5412d86c62adc (patch) | |
tree | 845ff6947d26b22a0f4527901dbefc97bca89d78 /templates/show_box.inc.php | |
parent | 8b27d66add7ca9ba57d7e9488612cb54be4b11c1 (diff) | |
download | ampache-a31560aec4f004e58930277758f5412d86c62adc.tar.gz ampache-a31560aec4f004e58930277758f5412d86c62adc.tar.bz2 ampache-a31560aec4f004e58930277758f5412d86c62adc.zip |
it technically logs in and streams.. but thats it, complete rewrite almost everything broken
Diffstat (limited to 'templates/show_box.inc.php')
-rw-r--r-- | templates/show_box.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php index 9e76be58..75201d3e 100644 --- a/templates/show_box.inc.php +++ b/templates/show_box.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) 2001 - 2007 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ <?php if (count($items)) { ?> <?php foreach ($items as $item) { - echo "<li>".$item->link."</li>\n"; + echo "<li>".$item->f_link."</li>\n"; } ?> <?php } else { echo '<span class="error">' . _('Not Enough Data') . '</span>'; } ?> |