aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 20:29:17 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 20:29:17 +0000
commit2aae26964b28be8281a75cf97034c90b8c8d736e (patch)
treedb4b90883392853a65a44d3c334e16932ac31ac6 /engine/lib/views.php
parenteb1f78b48658b9ffaac228652a390102ab886dea (diff)
downloadelgg-2aae26964b28be8281a75cf97034c90b8c8d736e.tar.gz
elgg-2aae26964b28be8281a75cf97034c90b8c8d736e.tar.bz2
Refs #2950: Move page/shells/ directly under /page/ since nowhere else in views do we use a shells directory.
git-svn-id: http://code.elgg.org/elgg/trunk@8387 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r--engine/lib/views.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php
index f019fee5f..bed9ee874 100644
--- a/engine/lib/views.php
+++ b/engine/lib/views.php
@@ -602,7 +602,7 @@ function elgg_view_page($title, $body, $page_shell = 'default', $vars = array())
$vars['sysmessages'] = $messages;
// Draw the page
- $output = elgg_view("page/shells/$page_shell", $vars);
+ $output = elgg_view("page/$page_shell", $vars);
$vars['page_shell'] = $page_shell;