diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 01:33:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-14 01:33:15 +0000 |
commit | 45bf0c4e0c609fd2c495a9f3fe375a1b4aa371f7 (patch) | |
tree | 5a95c680f37617aac7d5aa1689750747e97fa25e /templates/show_album_row.inc.php | |
parent | a7869cad8f8c7290898255e2f8ed8927d42d5426 (diff) | |
download | ampache-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.php | 2 |
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&type=album&id=<?php echo $album->id; ?>"> <?php echo get_user_icon('comment',_('Post Shout')); ?> </a> |