]> git.p6c8.net - jirafeau_project.git/blob - lib/template/footer.php
[FEATURE] Enable a custom website title
[jirafeau_project.git] / lib / template / footer.php
1
2 <div id="copyright">
3 <p>
4 <br />
5 <!-- Project links -->
6 <a href="https://www.gnu.org/licenses/agpl.html"><abbr title="Affero General Public License">AGPL</abbr>v3</a> |
7 <a href="https://gitlab.com/mojo42/Jirafeau"><?php echo t('Jirafeau Project') ?></a>
8 <!-- Installation dependend links -->
9 <?php
10 if (false === empty($cfg['web_root']))
11 {
12 echo ' | ';
13 echo '<a href="' . $cfg['web_root'] . '/tos.php">' . t('Term Of Service') . '</a>';
14 }
15 ?>
16 </p>
17 </div>
18 </div>
19 <div id="jyraphe">
20 </div>
21 </body>
22 </html>

patrick-canterino.de