From 52b5f37d936f2e4d953a2977a31ce6167508f44d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 17:02:03 -0400 Subject: move common resources to common/ --- diff --git a/site/css/main.css b/site/common/css/main.css index a5f2023..a5f2023 100644 --- a/site/css/main.css +++ b/site/common/css/main.css diff --git a/site/css/main.css.copying b/site/common/css/main.css.copying index d53cdb0..d53cdb0 100644 --- a/site/css/main.css.copying +++ b/site/common/css/main.css.copying diff --git a/site/footer.php b/site/common/footer.php index 3265805..3265805 100644 --- a/site/footer.php +++ b/site/common/footer.php diff --git a/site/functions.php b/site/common/functions.php index e0cda47..e0cda47 100644 --- a/site/functions.php +++ b/site/common/functions.php diff --git a/site/variables.php b/site/common/variables.php index de12346..de12346 100644 --- a/site/variables.php +++ b/site/common/variables.php diff --git a/site/contrib/index.php b/site/contrib/index.php index 1b8905c..6698360 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -18,14 +18,14 @@ */ header('Content-type: text/html; charset=utf-8'); ob_start(); - include_once "../variables.php"; - include_once "../functions.php"; + include_once "../common/variables.php"; + include_once "../common/functions.php"; ?> <?php echo gettext("Libreboot project maintainers"); ?> @@ -75,7 +75,7 @@ diff --git a/site/download/index.php b/site/download/index.php index 24cad9a..eb2d441 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -18,14 +18,14 @@ */ header('Content-type: text/html; charset=utf-8'); ob_start(); - include_once "../variables.php"; - include_once "../functions.php"; + include_once "../common/variables.php"; + include_once "../common/functions.php"; ?> <?php echo gettext("Download libreboot"); ?> @@ -274,7 +274,7 @@ diff --git a/site/index.php b/site/index.php index 1817543..551db30 100644 --- a/site/index.php +++ b/site/index.php @@ -18,14 +18,14 @@ */ header('Content-type: text/html; charset=utf-8'); ob_start(); - include_once "variables.php"; - include_once "functions.php"; + include_once "common/variables.php"; + include_once "common/functions.php"; ?> <?php echo gettext("Libreboot project"); ?> @@ -74,7 +74,7 @@ -- cgit v0.9.1