affiche_enfants

This pipeline is used to add to or modify the contents of the lists showing the children of an object. The args parameter accepts the name of the current page and the object identifier, and its data parameter accepts the HTML code showing the object’s children. This pipeline is actually only called from a single location: on the section navigation page.

$onglet_enfants = pipeline('affiche_enfants', array(
	'args'=>array(
		'exec'=>'naviguer',
		'id_rubrique'=>$id_rubrique),
	'data'=>$onglet_enfants));

Author Mark Baber Published : Updated : 12/03/23

Translations : English, français