diff --git a/www/async-recommendations b/www/async-recommendations index e1a5df9c..c75f9399 100644 --- a/www/async-recommendations +++ b/www/async-recommendations @@ -15,5 +15,5 @@ $quid = mysql_real_escape_string($uid, $db); $loggedIn = (isset($_SESSION['logged_in']) && $_SESSION['logged_in']); $debugflag = get_req_data('debug') == 'yesDebug'; $async = true; -include "components/ifdb-recommends.php"; +include "home-components/ifdb-recommends.php"; ?> diff --git a/www/home b/www/home index 0378c2d5..b3b7447b 100644 --- a/www/home +++ b/www/home @@ -107,7 +107,7 @@ if ($debugflag) echo "debug mode enabled...
"; - +
@@ -151,35 +151,35 @@ if ($debugflag) echo "debug mode enabled...
";
- +
- +
- +
- +
- +
- +

Top Reviewers

- +

New to IF?

@@ -190,7 +190,7 @@ if ($debugflag) echo "debug mode enabled...
";

Database Stats

- +
diff --git a/www/components/check-inbox.php b/www/home-components/check-inbox.php similarity index 100% rename from www/components/check-inbox.php rename to www/home-components/check-inbox.php diff --git a/www/components/competitions.php b/www/home-components/competitions.php similarity index 100% rename from www/components/competitions.php rename to www/home-components/competitions.php diff --git a/www/components/database-stats.php b/www/home-components/database-stats.php similarity index 100% rename from www/components/database-stats.php rename to www/home-components/database-stats.php diff --git a/www/components/games.php b/www/home-components/games.php similarity index 100% rename from www/components/games.php rename to www/home-components/games.php diff --git a/www/components/ifdb-recommends.php b/www/home-components/ifdb-recommends.php similarity index 100% rename from www/components/ifdb-recommends.php rename to www/home-components/ifdb-recommends.php diff --git a/www/components/poll-sampler.php b/www/home-components/poll-sampler.php similarity index 100% rename from www/components/poll-sampler.php rename to www/home-components/poll-sampler.php diff --git a/www/components/recommended-lists.php b/www/home-components/recommended-lists.php similarity index 100% rename from www/components/recommended-lists.php rename to www/home-components/recommended-lists.php diff --git a/www/components/reviews.php b/www/home-components/reviews.php similarity index 100% rename from www/components/reviews.php rename to www/home-components/reviews.php diff --git a/www/components/top-reviewers.php b/www/home-components/top-reviewers.php similarity index 100% rename from www/components/top-reviewers.php rename to www/home-components/top-reviewers.php