X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/ba6f06965a4d9846e23d99a0e9f74b1361c18c40..2b10abd17f88ba23817bf28840a0f44da74bf362:/lib/template/footer.php diff --git a/lib/template/footer.php b/lib/template/footer.php index 488694b..3abc290 100644 --- a/lib/template/footer.php +++ b/lib/template/footer.php @@ -1,7 +1,22 @@ + <div id="copyright"> -<p><a href="https://gitorious.org/jirafeau/"><?php echo _('powered by Jirafeau'); ?></a><br /><a href="http://www.gnu.org/licenses/agpl.html">copyright</a> © 2008-2009 <a href="https://gitorious.org/jirafeau/">Jirafeau Project</a></p> + <p> + <br /> + <!-- Project links --> + <a href="https://www.gnu.org/licenses/agpl.html"><abbr title="Affero General Public License">AGPL</abbr>v3</a> | + <a href="https://gitlab.com/mojo42/Jirafeau"><?php echo t('Jirafeau Project') ?></a> + <!-- Installation dependend links --> + <?php + if (false === empty($cfg['web_root'])) + { + echo ' | '; + echo '<a href="' . $cfg['web_root'] . '/tos.php">' . t('Term Of Service') . '</a>'; + } + ?> + </p> </div> </div> - +<div id="jyraphe"> +</div> </body> </html>