From 562bc001f3002f43c343cc63bbbe3e9cb421de32 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 18 Feb 2011 18:03:24 +0000 Subject: Refs #2950: layout/shells => page/layouts git-svn-id: http://code.elgg.org/elgg/trunk@8286 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/shells/content.php | 57 --------------------------------- 1 file changed, 57 deletions(-) delete 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 deleted file mode 100644 index 69772985a..000000000 --- a/views/default/layout/shells/content.php +++ /dev/null @@ -1,57 +0,0 @@ - $body, - 'sidebar' => $sidebar, -); -if (isset($vars['class'])) { - $params['class'] = $vars['class']; -} -echo elgg_view_layout('one_sidebar', $params); -- cgit v1.2.3