aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-08-22 19:32:33 +0000
committerCash Costello <cash.costello@gmail.com>2009-08-22 19:32:33 +0000
commit1827bae9adc9aaad0c08e47f7ca8aae81a814065 (patch)
treeba37df66cbdbaa07bc043be259ac79b4376eb45d /start.php
parentd3bf7525d2781635e631be87a7e40fec9739ee92 (diff)
downloadelgg-1827bae9adc9aaad0c08e47f7ca8aae81a814065.tar.gz
elgg-1827bae9adc9aaad0c08e47f7ca8aae81a814065.tar.bz2
moved all most recent pages to pages/lists/
Diffstat (limited to 'start.php')
-rw-r--r--start.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/start.php b/start.php
index 07dc9392f..7592f00b3 100644
--- a/start.php
+++ b/start.php
@@ -279,6 +279,7 @@
include($CONFIG->pluginspath . "tidypics/actions/rate.php");
break;
+
case "mostviewed":
if (isset($page[1])) set_input('guid',$page[1]);
include($CONFIG->pluginspath . "tidypics/mostviewedimages.php");
@@ -286,7 +287,7 @@
case "mostrecent":
if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/mostrecentimages.php");
+ include($CONFIG->pluginspath . "tidypics/pages/lists/mostrecentimages.php");
break;
case "yourmostviewed":
@@ -296,7 +297,7 @@
case "yourmostrecent":
if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/yourmostrecent.php");
+ include($CONFIG->pluginspath . "tidypics/pages/lists/yourmostrecent.php");
break;
case "friendmostviewed":
@@ -306,7 +307,7 @@
case "friendmostrecent":
if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/friendmostrecent.php");
+ include($CONFIG->pluginspath . "tidypics/pages/lists/friendmostrecent.php");
break;
case "recentlyviewed":