diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 14:18:51 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 14:18:51 +0900 |
commit | 47a851bf3f379b092d8dec33d64321d289a741bc (patch) | |
tree | 9988ae1fa5900319c2b25bc3d1b0e2a7cf95586f /templates/footer.inc.php | |
parent | 9ce63661d1ce941dee468cec6fe197534a636f40 (diff) | |
download | ampache-47a851bf3f379b092d8dec33d64321d289a741bc.tar.gz ampache-47a851bf3f379b092d8dec33d64321d289a741bc.tar.bz2 ampache-47a851bf3f379b092d8dec33d64321d289a741bc.zip |
Update translations and update copyright year on footer
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r-- | templates/footer.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.inc.php b/templates/footer.inc.php index 5cd1d774..2a7ae454 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -39,7 +39,7 @@ </div> <!-- end id="maincontainer"--> <div id="footer"> <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> - Copyright (c) 2001 - 2010 Ampache.org + Copyright (c) 2001 - 2011 Ampache.org <?php echo _('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo _('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?> </div> </body> |