| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: taxonomy_manager.module,v 1.5.2.17.2.14.2.11 2009/08/04 13:46:28 mh86 Exp $ |
// $Id: taxonomy_manager.module,v 1.5.2.17.2.14.2.12 2009/08/10 13:47:46 mh86 Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* |
* |
| 714 |
} |
} |
| 715 |
|
|
| 716 |
if ($children) { |
if ($children) { |
| 717 |
$next = $tree[++$current_index]; |
if (isset($next->depth) && $next->depth == $term->depth) { |
|
if ($next->depth == $term->depth) { |
|
| 718 |
$class .= ($expand) ? 'collapsable' : 'expandable'; |
$class .= ($expand) ? 'collapsable' : 'expandable'; |
| 719 |
} |
} |
| 720 |
else { |
else { |