From 08b710e42eed1aeb2ec6bcde2e1333c5cbcaa581 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 12:44:00 +0000 Subject: removed one_column_with_sidebar layout - use one_sidebar instead git-svn-id: http://code.elgg.org/elgg/trunk@8005 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engine/lib/views.php') diff --git a/engine/lib/views.php b/engine/lib/views.php index 4f6088859..e20c98929 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -599,9 +599,10 @@ function elgg_view_page($title, $body, $page_shell = 'default', $vars = array()) * * Layouts provide consistent organization of pages and other blocks of content. * There are a few default layouts in core: - * - administration A special layout for the admin area. + * - admin A special layout for the admin area. * - one_column A single content column. - * - one_column_with_sidebar A content column with sidebar. + * - one_sidebar A content column with sidebar. + * - two_sidebar A content column with two sidebars. * - widgets A widget canvas. * * The layout views take the form layout/shells/$layout_name -- cgit v1.2.3