From 2b0928138f9e03e7d1de2a15eff38ae9fb9aceb8 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 5 Aug 2008 16:05:44 +0000 Subject: Widget layout update git-svn-id: https://code.elgg.org/elgg/trunk@1714 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/canvas/layouts/widgets.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'views/default/canvas/layouts/widgets.php') diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index 7698e05d0..aa5549a41 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -104,13 +104,13 @@ Choose the features you want to add to your page by dragging them from the Wi

> 0) { foreach($area3widgets as $widget) { - if (!empty($sidebarwidgetstring)) { - $sidebarwidgetstring .= "::"; + if (!empty($rightcolumn_widgets)) { + $rightcolumn_widgets .= "::"; } - $sidebarwidgetstring .= "{$widget->handler}::{$widget->getGUID()}"; + $rightcolumn_widgets .= "{$widget->handler}::{$widget->getGUID()}"; ?>
@@ -149,13 +149,13 @@ Choose the features you want to add to your page by dragging them from the Wi
0) { foreach($area1widgets as $widget) { - if (!empty($mainwidgetstring)) { - $mainwidgetstring .= "::"; + if (!empty($leftcolumn_widgets)) { + $leftcolumn_widgets .= "::"; } - $mainwidgetstring .= "{$widget->handler}::{$widget->getGUID()}"; + $leftcolumn_widgets .= "{$widget->handler}::{$widget->getGUID()}"; ?>
@@ -190,13 +190,13 @@ Choose the features you want to add to your page by dragging them from the Wi
0) { foreach($area2widgets as $widget) { - if (!empty($sidebarwidgetstring)) { - $sidebarwidgetstring .= "::"; + if (!empty($middlecolumn_widgets)) { + $middlecolumn_widgets .= "::"; } - $sidebarwidgetstring .= "{$widget->handler}::{$widget->getGUID()}"; + $middlecolumn_widgets .= "{$widget->handler}::{$widget->getGUID()}"; ?>
@@ -237,9 +237,9 @@ Choose the features you want to add to your page by dragging them from the Wi
- - - + + + -- cgit v1.2.3