]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
fix TOS link in footer
authorJerome Jutteau <mojo@couak.net>
Wed, 2 Jan 2013 22:06:24 +0000 (23:06 +0100)
committerJerome Jutteau <mojo@couak.net>
Wed, 2 Jan 2013 22:06:24 +0000 (23:06 +0100)
lib/template/footer.php

index 448819d37428c24e5567ee809e4240137c1dac83..eab7392be21ea3112d881418a9e5410c22bbee3b 100644 (file)
@@ -2,7 +2,7 @@
 <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> &copy; 2008-2012 <a href="https://gitorious.org/jirafeau/">
 <?php echo t('Jirafeau Project'); ?></a></p>
-<p><a href="tos.php">Terms of Service</a></p>
+<p><a href="<?php echo $cfg['web_root'] . '/tos.php'; ?>">Terms of Service</a></p>
 </div>
 </div>
 

patrick-canterino.de