]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2344 - moves entities directory to pages directory
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Sep 2010 23:13:21 +0000 (23:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Sep 2010 23:13:21 +0000 (23:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6988 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/entities.php
mod/file/start.php
pages/entities/index.php [moved from entities/index.php with 100% similarity]
pages/entities/list.php [moved from entities/list.php with 100% similarity]

index ccd54a3123b73b49a4099890364d8f594fcfa044..e35252619c8e07da00fcc319652335412540cac0 100644 (file)
@@ -2192,7 +2192,7 @@ function entities_page_handler($page) {
        if (isset($page[0])) {
                global $CONFIG;
                set_input('guid',$page[0]);
-               include($CONFIG->path . "entities/index.php");
+               include($CONFIG->path . "pages/entities/index.php");
        }
 }
 
index e8e70e6cde1bc05c3e8b0dc364e55cb70f7282a6..ede4c4def0d62e524b8b353fcf0ff3c210206c50 100644 (file)
                switch($page[1]) {
                        case "read":
                                set_input('guid',$page[2]);
-                                       include(dirname(dirname(dirname(__FILE__))) . "/entities/index.php");
+                                       include(dirname(dirname(dirname(__FILE__))) . "/pages/entities/index.php");
                                break;
                        case "friends":  
                                include($CONFIG->pluginspath . "file/friends.php");
similarity index 100%
rename from entities/index.php
rename to pages/entities/index.php
similarity index 100%
rename from entities/list.php
rename to pages/entities/list.php