aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/lists/highestrated.php (renamed from highestrated.php)0
-rw-r--r--pages/lists/highestvotecount.php (renamed from highestvotecount.php)0
-rw-r--r--pages/lists/recentvotes.php (renamed from recentvotes.php)0
-rw-r--r--start.php2
4 files changed, 1 insertions, 1 deletions
diff --git a/highestrated.php b/pages/lists/highestrated.php
index e9f0296e2..e9f0296e2 100644
--- a/highestrated.php
+++ b/pages/lists/highestrated.php
diff --git a/highestvotecount.php b/pages/lists/highestvotecount.php
index 694afb32d..694afb32d 100644
--- a/highestvotecount.php
+++ b/pages/lists/highestvotecount.php
diff --git a/recentvotes.php b/pages/lists/recentvotes.php
index f9ddbdc38..f9ddbdc38 100644
--- a/recentvotes.php
+++ b/pages/lists/recentvotes.php
diff --git a/start.php b/start.php
index 7592f00b3..b0c3a9d66 100644
--- a/start.php
+++ b/start.php
@@ -322,7 +322,7 @@
case "highestrated":
if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/highestrated.php");
+ include($CONFIG->pluginspath . "tidypics/pages/lists/highestrated.php");
break;
}
}