1
|
<!--
|
2
|
pfSense_MODULE: footer
|
3
|
-->
|
4
|
|
5
|
</div> <!-- Right DIV -->
|
6
|
|
7
|
</div> <!-- Content DIV -->
|
8
|
|
9
|
<div id="footer">
|
10
|
<a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is ©
|
11
|
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
|
12
|
[<a href="/license.php" class="tblnk">view license</a>]
|
13
|
</div> <!-- Footer DIV -->
|
14
|
|
15
|
</div> <!-- Wrapper Div -->
|
16
|
|
17
|
<?php outputJavaScriptFileInline("themes/{$g['theme']}/bottom-loader.js"); ?>
|
18
|
|