aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/start.php')
-rw-r--r--mod/pages/start.php12
1 files changed, 2 insertions, 10 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php
index 9caa3c4f2..eee04b4ed 100644
--- a/mod/pages/start.php
+++ b/mod/pages/start.php
@@ -16,16 +16,8 @@
function pages_init()
{
global $CONFIG;
-
- // Set up the menu for logged in users
- if (isloggedin())
- {
- add_menu(elgg_echo('pages'), $CONFIG->wwwroot . "pg/pages/owned/" . $_SESSION['user']->username,'pages');
- }
- else
- {
- add_menu(elgg_echo('pages'), $CONFIG->wwwroot . "mod/pages/world.php");
- }
+
+ add_menu(elgg_echo('pages'), $CONFIG->wwwroot . "mod/pages/world.php");
// Register a page handler, so we can have nice URLs
register_page_handler('pages','pages_page_handler');