aboutsummaryrefslogtreecommitdiff
blob: efa17e7718ab4697e36ace3f4c709e08dc9b180a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 *  Footer document.
 *  @package mirror
 *  @subpackage inc
 */
?>
</td></tr></table></td></tr></table>
<hr class="hide">
</div>
<?php
if (!empty($nav)) {
    echo '</div>';
}
?>
<div id="footer">
<p class="copyright">Copyright &copy; 2005 The Gentoo Foundation, portions Copyright &copy; 1998-2004 The Mozilla Organization</p>
</div>
</div>
</body>
</html>
<?php
ob_end_flush();
?>