diff options
-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.php | 2 |
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 @@ -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;
}
}
|