From a4610b309edc583ec4f4b34fb8f8f712f898e5c2 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 29 Jul 2008 21:07:00 +0000 Subject: individual widgets state now saved in cookies git-svn-id: https://code.elgg.org/elgg/trunk@1587 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/canvas/layouts/widgets.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'views/default/canvas/layouts') diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index b73a5401d..a13b67679 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -236,9 +236,9 @@ Choose the features you want to add to your page by dragging them from the Wi
- - - + + + @@ -290,7 +290,7 @@ Choose the features you want to add to your page by dragging them from the Wi foreach($area1widgets as $widget) { echo elgg_view_entity($widget); } - + ?> -- cgit v1.2.3