|
|
|
@ -14,7 +14,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
|
|
|
|
|
|
|
|
|
|
include_spip('inc/presentation'); |
|
|
|
|
|
|
|
|
|
// http://doc.spip.org/@enfants |
|
|
|
|
// http://code.spip.net/@enfants |
|
|
|
|
function enfants($id_parent, $critere, &$nombre_branche, &$nombre_rub){ |
|
|
|
|
$result = sql_select("id_rubrique", "spip_rubriques", "id_parent=".intval($id_parent)); |
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ function enfants($id_parent, $critere, &$nombre_branche, &$nombre_rub){
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// http://doc.spip.org/@enfants_aff |
|
|
|
|
// http://code.spip.net/@enfants_aff |
|
|
|
|
function enfants_aff($id_parent,$decalage, $taille, $critere, $gauche=0) { |
|
|
|
|
global $spip_lang_right, $spip_lang_left; |
|
|
|
|
static $total_site=null; |
|
|
|
|