From 9cd7ebd1ece016577c435b85f56d6c30545ff363 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 7 Dec 2010 02:47:31 +0000 Subject: reorganized the layout views git-svn-id: http://code.elgg.org/elgg/trunk@7553 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/shells/content.php | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 views/default/layout/shells/content.php (limited to 'views/default/layout/shells/content.php') diff --git a/views/default/layout/shells/content.php b/views/default/layout/shells/content.php new file mode 100644 index 000000000..908197a39 --- /dev/null +++ b/views/default/layout/shells/content.php @@ -0,0 +1,53 @@ + $body, + 'sidebar' => $sidebar, +); +echo elgg_view_layout('one_sidebar', $params); -- cgit v1.2.3