diff options
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index f2738e93..3a840db3 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -36,10 +36,8 @@ $title = scrub_out($album->name) . ' (' . $album->year . ') -- ' } ?> </div> - <div style="display:table-cell;vertical-align:top;"> - <!--<div style="float:left; display:inline;" id="rating_<?php echo $album->id; ?>_album">--> + <div style="display:table-cell;vertical-align:top;" id="rating_<?php echo $album->id; ?>_album"> <?php Rating::show($album->id,'album'); ?> - <!--</div>--> </div> <strong><?php echo _('Actions'); ?>:</strong><br /> <div id="information_actions"> |