Commit 1b6967e2 authored by Franco Fichtner's avatar Franco Fichtner

src: footer improvements closes #410

parent 2db19bbf
......@@ -42,7 +42,7 @@ $g = array(
"product_website" => "https://opnsense.org",
"product_email" => "project@opnsense.org",
"product_copyright_owner" => "Deciso B.V.",
"product_copyright_years" => "2014 - 2015",
"product_copyright_years" => "2014-2015",
"product_copyright_url" => "https://www.deciso.com/",
"latest_config" => "11.2",
);
......
......@@ -158,8 +158,8 @@
<!-- page footer -->
<footer class="page-foot col-sm-push-2">
<div class="container-fluid">
<a target="_blank" href="https://www.opnsense.org/" class="redlnk">OPNsense</a> is &copy;2014 - 2015 by <a href="http://www.deciso.com" class="tblnk">Deciso B.V.</a> All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
<a target="_blank" href="https://opnsense.org/" class="redlnk">OPNsense</a> (c) 2014-2015 <a href="https://www.deciso.com" class="tblnk">Deciso B.V.</a>
(<a href="/license.php" class="tblnk">{{ lang._('view license') }}</a>)
</div>
</footer>
......
<footer class="page-foot col-sm-push-2">
<div class="container-fluid">
<a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a> All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
<a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c)
<?=$g['product_copyright_years']?> <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a>
(<a href="/license.php" class="tblnk"><?= gettext('view license'); ?></a>)
</div>
</footer>
......
......@@ -29,7 +29,7 @@ require_once("guiconfig.inc");
include("head.inc");
$pgtitle = gettext("License");
$pgtitle = array(gettext('Lobby'), gettext('License'));
?>
......@@ -43,7 +43,7 @@ $pgtitle = gettext("License");
<section class="col-xs-11">
<p align="justify">
<strong>
<span class="text-primary"><a href="http://www.opnsense.org" target="_blank">OPNsense&reg;</a></span> is Copyright &copy; <?=$g['product_copyright_years'];?> by Deciso B.V.<br />All rights reserved.<br />
<span class="text-primary"><a href="https://opnsense.org/" target="_blank">OPNsense&reg;</a></span> is Copyright &copy; <?=$g['product_copyright_years'];?> by Deciso B.V.<br />All rights reserved.<br />
</strong>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:<br />
<br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment