From fc0a25bc8f744a4e1b738ed7779726d1230aaa3f Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 17:54:21 +0000 Subject: refining the elgg-alt pattern git-svn-id: http://code.elgg.org/elgg/trunk@7684 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/shells/two_sidebar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/default/layout/shells/two_sidebar.php') diff --git a/views/default/layout/shells/two_sidebar.php b/views/default/layout/shells/two_sidebar.php index 5a033e091..1ea527419 100644 --- a/views/default/layout/shells/two_sidebar.php +++ b/views/default/layout/shells/two_sidebar.php @@ -7,7 +7,7 @@ * * @uses $vars['content'] The content string for the main column * @uses $vars['sidebar'] Optional content that is displayed in the sidebar - * @uses $vars['sidebar-alt'] Optional content that is displayed in the alternate sidebar + * @uses $vars['sidebar_alt'] Optional content that is displayed in the alternate sidebar * @uses $vars['class'] Additional class to apply to layout */ @@ -23,10 +23,10 @@ if (isset($vars['class'])) { echo elgg_view('layout/elements/sidebar', $vars); ?> -
+
elgg_view('layout/objects/module', array('title' => 'Testing', 'body' => 'Hello, world!')) ); -- cgit v1.2.3