";
$auto_postage_form=str_replace("!!nb_level_enfants!!",$input_txt,$msg["categories_autopostage_enfants"]);
} elseif ($opac_auto_postage_etendre_recherche == 2 && $nb_pere) {
$input_txt="";
$auto_postage_form=str_replace("!!nb_level_enfants!!",$input_txt,$msg["categories_autopostage_parents_enfants"]);
$input_txt="";
$auto_postage_form=str_replace("!!nb_level_parents!!",$input_txt,$auto_postage_form);
} elseif ($opac_auto_postage_etendre_recherche == 3 ) {
if($nb_pere) {
$input_txt="";
$auto_postage_form=str_replace("!!nb_level_parents!!",$input_txt,$msg["categories_autopostage_parents"]);
}
}
}
$authority_page = new authority_page_category($id);
$authority_page->proceed('categories');
} else {
$ourCateg = new categorie(0);
print pmb_bidi($ourCateg->child_list(get_url_icon('folder.gif'),$css));
}