6 | | function display_element($element, &$children_elements, $max_depth, $depth=0, $args, &$output){ |
7 | | $GLOBALS['dd_children'] = (isset($children_elements[$element->ID]))? 1:0; |
8 | | parent::display_element($element, $children_elements, $max_depth, $depth, $args, $output); |
9 | | } |
| 6 | function display_element($element, &$children_elements, $max_depth, $depth=0, $args, &$output){ |
| 7 | $GLOBALS['dd_children'] = (isset($children_elements[$element->ID]))? 1:0; |
| 8 | parent::display_element($element, $children_elements, $max_depth, $depth, $args, $output); |
| 9 | } |
| 10 | [...] |
| 11 | } |