diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:41:40 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-05 22:41:40 (EST) |
commit | 3d747aef1b822cda6b5f64d5aa16a95e44199f88 (patch) | |
tree | 2fef7e22b748630ee638dc82f88c286bb305a60d /site/common/footer.php | |
parent | 88d80a5bc70008e687b66d1cee780424c82de069 (diff) | |
download | libreboot.org-3d747aef1b822cda6b5f64d5aa16a95e44199f88.zip libreboot.org-3d747aef1b822cda6b5f64d5aa16a95e44199f88.tar.gz libreboot.org-3d747aef1b822cda6b5f64d5aa16a95e44199f88.tar.bz2 |
one step further: FCC warning on every page
Diffstat (limited to 'site/common/footer.php')
-rw-r--r-- | site/common/footer.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/common/footer.php b/site/common/footer.php index 3265805..ad59141 100644 --- a/site/common/footer.php +++ b/site/common/footer.php @@ -17,6 +17,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ ?> + <div style="position:fixed;bottom:0px;left:0px;right:0px;z-index:9999;"> + <p> + <strong><em>FCC in the USA is trying to *ban* free software in WiFi-enabled devices! + Learn more at <a href="http://savewifi.org/">SaveWifi.org</a>. Europeans, + read <a href="https://juliareda.eu/2015/10/dear-european-governments-dont-endanger-free-and-open-wifi-networks/">this article</a> and <a href="https://blog.tohojo.dk/2015/10/the-new-wifi-regulations-in-europe.html">this article</a>. Please act now! Libreboot is at risk with these new proposals.</em></strong> + </p> + </div> <div> <p> <?php echo gettext("This page is available under <a href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU AGPLv3 or higher</a>, from a "); ?> <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo gettext("git repository"); ?></a>. |