diff options
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>'; } ?> |