diff options
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r-- | templates/footer.inc.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 5eb6075b..2b306aa5 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -20,12 +20,13 @@ */ ?> +</div> <!-- end id="content"--> <!-- I really hate IE --> </td></tr></table> -</div> <!-- end id="content"--> </div> <!-- end id="maincontainer"--> -<div id="footer-content"> - <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a> +<div id="footer"> + <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> + Copyright (c) 2001 - 2007 Ampache.org </div> </body> </html> |