summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/fend.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 80c198c..f72e8a8 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -3,12 +3,12 @@
</div> <!-- Content DIV -->
<div id="footer">
- <a target="_blank" href="http://www.pfSense.com" class="redlnk"><?=$g['product_name']?></a> is &copy; <?=$g['product_copyright_years']?> by <?=$g['product_copyright']?>. All Rights Reserved.
+ <a target="_blank" href="http://www.pfSense.com" class="redlnk"><?=$g['product_name']?></a> is &copy;
+ <?=$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>
-
+<?php outputJavaScriptFileInline("themes/{$g['theme']}/bottom-loader.js"); ?>
OpenPOWER on IntegriCloud