blob: 80c198cbd4deab736b2294c15baf29793b39443e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
</div> <!-- Right DIV -->
</div> <!-- Content DIV -->
<div id="footer">
<a target="_blank" href="http://www.pfSense.com" class="redlnk"><?=$g['product_name']?></a> is © <?=$g['product_copyright_years']?> by <?=$g['product_copyright']?>. All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
</div> <!-- Footer DIV -->
</div> <!-- Wrapper Div -->
<script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/bottom-loader.js"></script>
|