summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:36:10 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 03:42:39 -0500
commit1e7b500d1677ddfbe0bd54f7a4d7660bdcd74687 (patch)
tree26cb03bb1b841596d07f432caa617c96a6aefaca
parentef4d3660605efc7f1328d4533b0f4bfb6c1107e2 (diff)
downloadampache-1e7b500d1677ddfbe0bd54f7a4d7660bdcd74687.tar.gz
ampache-1e7b500d1677ddfbe0bd54f7a4d7660bdcd74687.tar.bz2
ampache-1e7b500d1677ddfbe0bd54f7a4d7660bdcd74687.zip
Use a real copyright symbol in the footer
-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 4176884f..222f6f08 100644
--- a/templates/footer.inc.php
+++ b/templates/footer.inc.php
@@ -25,7 +25,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 - 2013 Ampache.org
+ Copyright © 2001 - 2013 Ampache.org
<?php echo T_('Queries:'); ?><?php echo Dba::$stats['query']; ?> <?php echo T_('Cache Hits:'); ?><?php echo database_object::$cache_hit; ?>
</div>
</body>