diff options
author | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-08-15 23:11:49 +0000 |
commit | 376d632160618bba772d88e57d95405317cf8920 (patch) | |
tree | 235a3dfbaa6d24a4995d0ba17460e460d0fdeee9 /templates/show_album.inc.php | |
parent | c8bfff18ef4f70b0abf9f3d7e2eaf0079bab29f8 (diff) | |
download | ampache-376d632160618bba772d88e57d95405317cf8920.tar.gz ampache-376d632160618bba772d88e57d95405317cf8920.tar.bz2 ampache-376d632160618bba772d88e57d95405317cf8920.zip |
updated css (sidebar, random albums, global classes)
cleaned up html
corrected a typo in show_objects
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index 7e10e085..203f911f 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -37,9 +37,9 @@ $title = scrub_out($album->name) . ' (' . $album->year . ') -- ' . $album->f_ar ?> </div> <div style="display:table-cell;vertical-align:top;"> - <div style="float:left; display:inline;" id="rating_<?php echo $album->id; ?>_album"> + <!--<div style="float:left; display:inline;" id="rating_<?php echo $album->id; ?>_album">--> <?php Rating::show($album->id,'album'); ?> - </div> + <!--</div>--> </div> <strong><?php echo _('Actions'); ?>:</strong><br /> <div id="information_actions"> |