diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:56:30 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-30 17:56:30 -0400 |
commit | 63c66f35074108add42924495393374d5cd07580 (patch) | |
tree | 6c3f055b9af5b252faf267e7b62d540a481e19d2 /templates/footer.inc.php | |
parent | 6a7df203744d959046eaac0c2c2d435afc389e59 (diff) | |
download | ampache-63c66f35074108add42924495393374d5cd07580.tar.gz ampache-63c66f35074108add42924495393374d5cd07580.tar.bz2 ampache-63c66f35074108add42924495393374d5cd07580.zip |
Update footer with a better link
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 222f6f08..99df8aab 100644 --- a/templates/footer.inc.php +++ b/templates/footer.inc.php @@ -24,7 +24,7 @@ </div> <!-- end id="content"--> </div> <!-- end id="maincontainer"--> <div id="footer"> - <a href="http://www.ampache.org/index.php">Ampache v.<?php echo Config::get('version'); ?></a><br /> + <a href="https://github.com/ampache/ampache#readme">Ampache <?php echo Config::get('version'); ?></a><br /> 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> |