diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-23 15:34:47 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-23 15:34:47 (EDT) |
commit | 8908f6083ebbf3abab90bb291c4c8d15ee80f409 (patch) | |
tree | 4848d729be7f1633a02dac94e38abb2454596c5c /site | |
parent | 511f4f7e69a85eb8311c06b5ad08971578e5782e (diff) | |
download | libreboot.org-8908f6083ebbf3abab90bb291c4c8d15ee80f409.zip libreboot.org-8908f6083ebbf3abab90bb291c4c8d15ee80f409.tar.gz libreboot.org-8908f6083ebbf3abab90bb291c4c8d15ee80f409.tar.bz2 |
variables.php: remove lbFooterText variable
Diffstat (limited to 'site')
-rw-r--r-- | site/footer.php | 5 | ||||
-rw-r--r-- | site/variables.php | 5 |
2 files changed, 5 insertions, 5 deletions
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 <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3 or higher</a>, and available in a <a href="<?php echo $lbWebsiteGitwebAddress; ?>">git repository</a>. </p> - <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?> + <p> + This website is hosted on a libreboot system, running a + <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>. + </p> 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 <p></p>. */ - $lbFooterText = "This website is hosted on a libreboot system, running a <a href='https://www.gnu.org/distros/'>fully libre GNU/Linux distribution</a>."; + /* GPG key info */ $lbProjectGpgKeyInfo = "pub 4096R/656F212E 2014-07-04 Libreboot Releases (signing key) <releases@libreboot.org><br/>Fingerprint=C923 4BA3 200C F688 9CC0 764D 6E97 D575 656F 212E "; $lbProjectGpgKeyID = "0x656F212E"; |