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/footer.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/footer.inc.php')
-rw-r--r-- | templates/footer.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 2b306aa5..66afe41d 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -21,8 +21,8 @@ */ ?> </div> <!-- end id="content"--> -<!-- I really hate IE --> -</td></tr></table> +<!-- I really hate IE +</td></tr></table> --> </div> <!-- end id="maincontainer"--> <div id="footer"> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> |