From d3c49d7ee73a6f0bc680868147cc68cccba611a9 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 14 Feb 2011 00:10:03 +0000 Subject: Refs #2903 moving theme preview into developers plugin - navigation and titles are broken git-svn-id: http://code.elgg.org/elgg/trunk@8214 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/theming/preview/widgets.php | 77 ------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 documentation/theming/preview/widgets.php (limited to 'documentation/theming/preview/widgets.php') diff --git a/documentation/theming/preview/widgets.php b/documentation/theming/preview/widgets.php deleted file mode 100644 index beef33e16..000000000 --- a/documentation/theming/preview/widgets.php +++ /dev/null @@ -1,77 +0,0 @@ - - -
-

- Index > -

- -handler = 'friends'; - $obj->title = "Widget $i"; - $w[] = $obj; -} -$column1 = array($w[0], $w[1]); -$column2 = array($w[2], $w[3]); -$column3 = array($w[4], $w[5]); -$widgets = array(1 => $column1, 2 => $column2, 3 => $column3); -$num_columns = 3; -$widget_class = "elgg-col-1of{$num_columns}"; -for ($column_index = 1; $column_index <= $num_columns; $column_index++) { - $column_widgets = $widgets[$column_index]; - - echo "
"; - if (is_array($column_widgets) && sizeof($column_widgets) > 0) { - foreach ($column_widgets as $widget) { - echo elgg_view_entity($widget); - } - } - echo '
'; -} -?> -
- - - \ No newline at end of file -- cgit v1.2.3