guid, $context, $column_index); // test code during design and implementation $widget1 = new ElggWidget(); $widget1->handler = 'test'; $widget2 = new ElggWidget(); $widget2->handler = 'test'; $widgets = array($widget1, $widget2); $first = ($column_index == 1) ? 'widget_first_col' : ''; echo "
'; } elgg_pop_context();