Revision bf69f2f8
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/foot.inc | ||
---|---|---|
12 | 12 |
<footer class="footer"> |
13 | 13 |
<div class="container"> |
14 | 14 |
<p class="text-muted"> |
15 |
<a href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-left"></i></a> |
|
15 | 16 |
<a target="_blank" href="<?=$g['product_website_footer']?>"><?=$g['product_name']?></a> is © |
16 | 17 |
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved. |
17 | 18 |
[<a href="/license.php" class="tblnk">view license</a>] |
19 |
<a href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-right"></i></a> |
|
18 | 20 |
</p> |
19 | 21 |
</div> |
20 | 22 |
</footer> |
... | ... | |
24 | 26 |
<script src="/bootstrap/js/bootstrap.min.js"></script> |
25 | 27 |
<script src="/jquery/pfSense.js"></script> |
26 | 28 |
<script src="/jquery/pfSenseHelpers.js"></script> |
29 |
|
|
27 | 30 |
</body> |
28 |
</html> |
|
31 |
</html> |
Also available in: Unified diff
Fixed #5236