Rubriques'; echo showHeadingsTree($arHeadings, $select); echo '

'; function showHeadingsTree ($Tree, $select) { $result = ''; //Ajout PGU pour plier/déplier l'arborescence if (!is_null($Tree->id_head)){ $result .= '
  • '; $result .= ' '.$Tree->caption_head.''; $result .= ''; $result .= ''. Copixi18n::get(
    '; $result .= '
  •  '.$Tree->caption_head.''; $result .= ''; $result .= ''. Copixi18n::get(
    '; $result .= '
    '; } //Fin ajout PGU if (count($Tree->childs)>0) { $result .= ''; } $result .= '
  • '; return $result; } ?>