diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:39:39 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:39:39 +0000 |
commit | 11792cc0394ae34aa8404a2c4335b64fea41a315 (patch) | |
tree | 90f077e665908251ac3fd3433248878cd4a08ea4 | |
parent | 1827bae9adc9aaad0c08e47f7ca8aae81a814065 (diff) | |
download | elgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.gz elgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.bz2 |
moved the voting lists to pages/lists/
-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;
}
}
|