diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 19:24:53 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 19:24:53 (EDT) |
commit | da887b55858a78f7c5bffd674b2e127fc80d4a4a (patch) | |
tree | 41fe7fae9ffacdd6de5fc78d00e50829a5217ea7 | |
parent | 5a79d4b68ad01f4d43955ddb00b5c2a9524b6d5d (diff) | |
download | libreboot.org-da887b55858a78f7c5bffd674b2e127fc80d4a4a.zip libreboot.org-da887b55858a78f7c5bffd674b2e127fc80d4a4a.tar.gz libreboot.org-da887b55858a78f7c5bffd674b2e127fc80d4a4a.tar.bz2 |
footer: optimize use of screen space
-rw-r--r-- | site/footer.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/site/footer.php b/site/footer.php index 663d5c3..578d45d 100644 --- a/site/footer.php +++ b/site/footer.php @@ -17,10 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ ?> - <?php if (strlen($lbFooterText)>0) echo "<p>$lbFooterText</p>"; ?> - <p> - This page is from a clone of a git repository: <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b> - </p> <p> - This page is published under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License, version 3 or any later version</a>. + 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>"; ?> |