From: Cash Costello Date: Sat, 22 Aug 2009 19:39:39 +0000 (+0000) Subject: moved the voting lists to pages/lists/ X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=11792cc0394ae34aa8404a2c4335b64fea41a315;p=lorea%2Felgg.git moved the voting lists to pages/lists/ --- diff --git a/highestrated.php b/pages/lists/highestrated.php similarity index 100% rename from highestrated.php rename to pages/lists/highestrated.php diff --git a/highestvotecount.php b/pages/lists/highestvotecount.php similarity index 100% rename from highestvotecount.php rename to pages/lists/highestvotecount.php diff --git a/recentvotes.php b/pages/lists/recentvotes.php similarity index 100% rename from recentvotes.php rename to 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; } }