]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Fix footer project name
authorJerome Jutteau <mojo@couak.net>
Mon, 29 Jul 2013 22:30:50 +0000 (22:30 +0000)
committerJerome Jutteau <mojo@couak.net>
Mon, 29 Jul 2013 22:30:50 +0000 (22:30 +0000)
lib/template/footer.php

index 383839bf1a54b3a31e9a564d988a932298a67439..a72decf34bab3bdf28e2b6ba68f328b4d9419037 100644 (file)
@@ -1,9 +1,9 @@
 
 <div id="copyright">
-<p><a href="https://gitorious.org/jirafeau"></a><br /><a href="http://www.gnu.org/licenses/agpl.html">agplv3</a> | <a href="https://gitorious.org/jirafeau">Jyrafeau Project</a> | <a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
+<p><a href="https://gitorious.org/jirafeau"></a><br /><a href="http://www.gnu.org/licenses/agpl.html">agplv3</a> | <a href="https://gitorious.org/jirafeau">Jirafeau Project</a> | <a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
 </div>
 </div>
 <div id="jyraphe">
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

patrick-canterino.de