diff options
Diffstat (limited to 'mod/pages/start.php')
-rw-r--r-- | mod/pages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php index 3404a8cd2..7a4df23c4 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -115,7 +115,7 @@ function pages_page_handler($page) { elgg_push_breadcrumb(elgg_echo('pages'), 'pages/all'); - $base_dir = elgg_get_plugins_path() . 'pages'; + $base_dir = elgg_get_plugins_path() . 'pages/pages/pages'; $page_type = $page[0]; switch ($page_type) { |