]> git.p6c8.net - jirafeau.git/blob - lib/template/footer.php
xhtml application when managed by server
[jirafeau.git] / lib / template / footer.php
1
2 <div id="copyright">
3 <p>
4 <br />
5 <a href="https://www.gnu.org/licenses/agpl.html"><abbr title="Affero General Public License">AGPL</abbr>v3</a> |
6 <a href="https://gitlab.com/mojo42/Jirafeau"><?php echo t('Jirafeau Project') ?></a> |
7 <a href="<?php echo rtrim($cfg['web_root'], '/') . '/tos.php'; ?>"><?php echo t('Term Of Service') ?></a>
8 </p>
9 </div>
10 </div>
11 <div id="jyraphe">
12 </div>
13 </body>
14 </html>

patrick-canterino.de