]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
moved commented list pages to pages/lists/
authorCash Costello <cash.costello@gmail.com>
Sat, 22 Aug 2009 19:43:33 +0000 (19:43 +0000)
committerCash Costello <cash.costello@gmail.com>
Sat, 22 Aug 2009 19:43:33 +0000 (19:43 +0000)
pages/lists/mostcommentedimages.php [moved from mostcommentedimages.php with 100% similarity]
pages/lists/mostcommentedimagesthismonth.php [moved from mostcommentedimagesthismonth.php with 100% similarity]
pages/lists/mostcommentedimagestoday.php [moved from mostcommentedimagestoday.php with 100% similarity]
pages/lists/recentlycommented.php [moved from recentlycommented.php with 100% similarity]
start.php

index b0c3a9d660c180027c611d44eee87ac4ae80e7af..8f99a82120adb713d6281b3f4c32b55c360c365c 100644 (file)
--- a/start.php
+++ b/start.php
                add_submenu_item(elgg_echo('tidypics:mostviewedthismonth'), $CONFIG->url . "mod/tidypics/mostviewedimagesthismonth.php");\r
                add_submenu_item(elgg_echo('tidypics:mostviewedlastmonth'), $CONFIG->url . "mod/tidypics/mostviewedimageslastmonth.php");\r
                add_submenu_item(elgg_echo('tidypics:mostviewedtoday'), $CONFIG->url . "mod/tidypics/mostviewedimagestoday.php");\r
-               add_submenu_item(elgg_echo('tidypics:mostcommented'), $CONFIG->url . "mod/tidypics/mostcommentedimages.php");\r
-               add_submenu_item(elgg_echo('tidypics:mostcommentedthismonth'), $CONFIG->url . "mod/tidypics/mostcommentedimagesthismonth.php");\r
-               add_submenu_item(elgg_echo('tidypics:mostcommentedtoday'), $CONFIG->url . "mod/tidypics/mostcommentedimagestoday.php");\r
-               add_submenu_item(elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'mod/tidypics/recentlycommented');\r
+               add_submenu_item(elgg_echo('tidypics:mostcommented'), $CONFIG->url . "mod/tidypics/pages/lists/mostcommentedimages.php");\r
+               add_submenu_item(elgg_echo('tidypics:mostcommentedthismonth'), $CONFIG->url . "mod/tidypics/pages/lists/mostcommentedimagesthismonth.php");\r
+               add_submenu_item(elgg_echo('tidypics:mostcommentedtoday'), $CONFIG->url . "mod/tidypics/pages/lists/mostcommentedimagestoday.php");\r
+               add_submenu_item(elgg_echo('tidypics:recentlycommented'), $CONFIG->wwwroot . 'mod/tidypics/pages/lists/recentlycommented');\r
        }\r
        /**\r
         * Sets up tidypics admin menu. Triggered on pagesetup.\r
                                \r
                                case "recentlycommented":\r
                                        if (isset($page[1])) set_input('guid',$page[1]);\r
-                                       include($CONFIG->pluginspath . "tidypics/recentlycommented.php");\r
+                                       include($CONFIG->pluginspath . "tidypics/pages/lists/recentlycommented.php");\r
                                break;\r
                                \r
                                case "highestrated":\r