From 8908f6083ebbf3abab90bb291c4c8d15ee80f409 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 23 May 2015 15:34:47 -0400 Subject: variables.php: remove lbFooterText variable --- (limited to 'site') diff --git a/site/footer.php b/site/footer.php index 578d45d..6e9fab5 100644 --- a/site/footer.php +++ b/site/footer.php @@ -21,4 +21,7 @@ This page is released under GNU AGPLv3 or higher, and available in a git repository.

- 0) echo "

$lbFooterText

"; ?> +

+ This website is hosted on a libreboot system, running a + fully libre GNU/Linux distribution. +

diff --git a/site/variables.php b/site/variables.php index a78b74e..29aa4e8 100644 --- a/site/variables.php +++ b/site/variables.php @@ -72,11 +72,8 @@ /* IRC channel */ $ircChannelName = "#libreboot (FreeNode IRC)"; $ircChannelAddress = "https://webchat.freenode.net/?channels=libreboot"; - - /* Footer text above the git clone link */ - /* footer.php will place this inside a

. */ - $lbFooterText = "This website is hosted on a libreboot system, running a fully libre GNU/Linux distribution."; + /* GPG key info */ $lbProjectGpgKeyInfo = "pub  4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org>
Fingerprint=C923 4BA3 200C F688 9CC0  764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; -- cgit v0.9.1