summaryrefslogtreecommitdiffstats
path: root/templates/footer.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.inc.php')
-rw-r--r--templates/footer.inc.php2
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>