1
|
</div> <!-- Right DIV -->
|
2
|
</div> <!-- Content DIV -->
|
3
|
<div id="footer">
|
4
|
<a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is ©
|
5
|
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
|
6
|
[<a href="/license.php" class="tblnk">view license</a>]
|
7
|
<br/>
|
8
|
[<a target="_blank" href="https://portal.pfsense.org/?guilead=true" class="tblnk">Commercial Support Available</a>]
|
9
|
</div> <!-- Footer DIV -->
|
10
|
</div> <!-- Wrapper Div -->
|
11
|
<script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/bottom-loader.js"></script>
|
12
|
|