aboutsummaryrefslogtreecommitdiff
blob: ef9d0fe8562bd153976acc994c8dc00f9a92373e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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-2018 The Gentoo Foundation, portions Copyright &copy; 1998-2004 The Mozilla Organization</p>
</div>
</div>
</body>
</html>
<?php
ob_end_flush();