git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix error checks
[jirafeau_project.git]
/
lib
/
template
/
footer.php
diff --git
a/lib/template/footer.php
b/lib/template/footer.php
index 07911b9e662ddbbbf26487fbbafca889e61b95d3..eab7392be21ea3112d881418a9e5410c22bbee3b 100644
(file)
--- a/
lib/template/footer.php
+++ b/
lib/template/footer.php
@@
-1,8
+1,8
@@
<div id="copyright">
<div id="copyright">
-<p><a href="https://gitorious.org/jirafeau/"><?php echo
_('powered by
Jirafeau'); ?></a><br />
+<p><a href="https://gitorious.org/jirafeau/"><?php echo
t('powered by Open-Source project
Jirafeau'); ?></a><br />
<a href="http://www.gnu.org/licenses/agpl.html">copyright</a> © 2008-2012 <a href="https://gitorious.org/jirafeau/">
<a href="http://www.gnu.org/licenses/agpl.html">copyright</a> © 2008-2012 <a href="https://gitorious.org/jirafeau/">
-<?php echo
_
('Jirafeau Project'); ?></a></p>
-<p><a href="
tos.php
">Terms of Service</a></p>
+<?php echo
t
('Jirafeau Project'); ?></a></p>
+<p><a href="
<?php echo $cfg['web_root'] . '/tos.php'; ?>
">Terms of Service</a></p>
</div>
</div>
</div>
</div>
patrick-canterino.de