summaryrefslogtreecommitdiffstats
path: root/templates/show_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-14 01:33:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-14 01:33:15 +0000
commit45bf0c4e0c609fd2c495a9f3fe375a1b4aa371f7 (patch)
tree5a95c680f37617aac7d5aa1689750747e97fa25e /templates/show_album_row.inc.php
parenta7869cad8f8c7290898255e2f8ed8927d42d5426 (diff)
downloadampache-45bf0c4e0c609fd2c495a9f3fe375a1b4aa371f7.tar.gz
ampache-45bf0c4e0c609fd2c495a9f3fe375a1b4aa371f7.tar.bz2
ampache-45bf0c4e0c609fd2c495a9f3fe375a1b4aa371f7.zip
Fix typos, and tweak insert_now_playing preping for Video now playing
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 42984465..872d84d3 100644
--- a/templates/show_album_row.inc.php
+++ b/templates/show_album_row.inc.php
@@ -40,7 +40,7 @@ if (Browse::is_enabled('show_art')) {
<td class="cel_tags"><?php echo $album->f_tags; ?></td>
<td class="cel_rating" id="rating_<?php echo $album->id; ?>_album"><?php Rating::show($album->id,'album'); ?></td>
<td class="cel_action">
- <?php if (Config::get('sociable')) {
+ <?php if (Config::get('sociable')) { ?>
<a href="<?php echo Config::get('web_path'); ?>/shout.php?action=show_add_shout&amp;type=album&amp;id=<?php echo $album->id; ?>">
<?php echo get_user_icon('comment',_('Post Shout')); ?>
</a>