diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-23 15:29:40 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-23 15:29:40 (EDT) |
commit | 511f4f7e69a85eb8311c06b5ad08971578e5782e (patch) | |
tree | 0e3982774181aa75d75f3a5a81a716cb56e9ec5e /site/variables.php | |
parent | 4841faa1804d3f1d0c763319f2ea3caa55260ca8 (diff) | |
download | libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.zip libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.gz libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.bz2 |
variables.php: remove lbProjectName and lbProjectNameCapitalized
Diffstat (limited to 'site/variables.php')
-rw-r--r-- | site/variables.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/site/variables.php b/site/variables.php index 5726e1d..a78b74e 100644 --- a/site/variables.php +++ b/site/variables.php @@ -18,17 +18,6 @@ */ ?> <?php - /* Copy this to variables.php, and adapt for your needs */ - - /* Project name - * NOTE: Not all parts of the site use this, because - * parts of the site talking about things that are very - * specific to the libreboot project. Changing these - * variables is only the first step. - */ - $lbProjectName = "libreboot"; /* use all lower-case */ - $lbProjectNameCapitalized = "Libreboot"; /* Capitalized */ - /* Project home page */ $lbHomepage = "http://libreboot.org/"; |