summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-01-27 02:22:28 -0500
committerChris Buechler <cmb@pfsense.org>2009-01-27 02:22:28 -0500
commit5ba1308b21274d84c3a532d94e35a5dbbe69ee79 (patch)
tree3b1c8588935f9f2df4ffc4f277f76a7f47dbf9ac
parent9c1e225932e60f71b3e28170016e9afa7048871e (diff)
downloadpfsense-5ba1308b21274d84c3a532d94e35a5dbbe69ee79.zip
pfsense-5ba1308b21274d84c3a532d94e35a5dbbe69ee79.tar.gz
Fix fend URL
-rw-r--r--etc/inc/globals.inc1
-rwxr-xr-xusr/local/www/fend.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index fa8c36b..6640a05 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -39,6 +39,7 @@ $g = array(
"product_copyright_url" => "http://www.bsdperimeter.com",
"product_copyright_years" => "2004 - 2009",
"product_website" => "www.pfsense.org",
+ "product_website_footer" => "http://www.pfsense.org/?gui12",
"product_email" => "coreteam@pfsense.org",
"upload_path" => "/root",
"dhcpd_chroot_path" => "/var/dhcpd",
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index fbc63eb..9527296 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -1,7 +1,7 @@
</div> <!-- Right DIV -->
</div> <!-- Content DIV -->
<div id="footer">
- <a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
+ <a target="_blank" href="<?=$g['product_website_footer']?>" class="redlnk"><?=$g['product_name']?></a> is &copy;
<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
[<a href="/license.php" class="tblnk">view license</a>]
<br/>
OpenPOWER on IntegriCloud