diff options
author | Arun Persaud <arun@nubati.net> | 2011-12-03 13:14:28 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-12-03 13:14:28 -0800 |
commit | b3eb20491bf1d943d336c994c8a027836ff1f9eb (patch) | |
tree | 345252cd7e49782040329a2d0557e7c31d17b434 | |
parent | 540c8909ac127c623eb2e024c433524898e2ed75 (diff) | |
download | photo-tags-b3eb20491bf1d943d336c994c8a027836ff1f9eb.tar.gz photo-tags-b3eb20491bf1d943d336c994c8a027836ff1f9eb.tar.bz2 photo-tags-b3eb20491bf1d943d336c994c8a027836ff1f9eb.zip |
add a link to the new redmine bug tracker; fixes #72
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ else <footer> This gallery belongs to <?php echo htmlspecialchars($admin) ?>. - <div class="copyright"> code: copyright 2011 Arun Persaud arun@nubati.net, code available at nubati.net/git/f-spot-gallery</div> + <div class="copyright"> photo-tags: copyright 2011 Arun Persaud arun@nubati.net, code available at <a href="http://source.nubati.net/projects/photo-tags">source.nubati.net/projects/photo-tags</a></div> </footer> |