Elgg
Version 1.11
|
Go to the source code of this file.
Variables | |
$widgets = $vars['widgets'] | |
Widget add panel. More... | |
$context = $vars['context'] | |
$exact = elgg_extract('exact_match', $vars, false) | |
$widget_types = elgg_get_widget_types($context, $exact) | |
$current_handlers = array() | |
foreach ( $widgets as $column_widgets) | |
$context = $vars['context'] |
Definition at line 11 of file add_panel.php.
$current_handlers = array() |
Definition at line 17 of file add_panel.php.
$exact = elgg_extract('exact_match', $vars, false) |
Definition at line 12 of file add_panel.php.
$widget_types = elgg_get_widget_types($context, $exact) |
Definition at line 14 of file add_panel.php.
$widgets = $vars['widgets'] |
Widget add panel.
@uses $vars['widgets'] Array of current widgets @uses $vars['context'] The context for this widget layout @uses $vars['exact_match'] Only use widgets that match the context
Definition at line 10 of file add_panel.php.
foreach($widget_types as $handler=> $widget_type) | ( | $widgets as | ) |
Definition at line 18 of file add_panel.php.