]> git.p6c8.net - jirafeau.git/blob - lib/template/footer.php
fix TOS link in footer
[jirafeau.git] / lib / template / footer.php
1 <div id="copyright">
2 <p><a href="https://gitorious.org/jirafeau/"><?php echo t('powered by Open-Source project Jirafeau'); ?></a><br />
3 <a href="http://www.gnu.org/licenses/agpl.html">copyright</a> &copy; 2008-2012 <a href="https://gitorious.org/jirafeau/">
4 <?php echo t('Jirafeau Project'); ?></a></p>
5 <p><a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
6 </div>
7 </div>
8
9 </body>
10 </html>

patrick-canterino.de