[ Index ] |
|
Code source de SPIP 1.9.2c |
1 <?php 2 3 /***************************************************************************\ 4 * SPIP, Systeme de publication pour l'internet * 5 * * 6 * Copyright (c) 2001-2007 * 7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * 8 * * 9 * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * 10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * 11 \***************************************************************************/ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; 14 15 16 # afficher les sous-rubriques d'une rubrique (composant du mini-navigateur) 17 18 // http://doc.spip.org/@exec_plonger_dist 19 function exec_plonger_dist() 20 { 21 global $id, $exclus, $col, $rac; 22 $id = intval($id); 23 $exclus = intval($exclus); 24 $col = intval($col); 25 26 include_spip('inc/texte'); 27 $plonger = charger_fonction('plonger', 'inc'); 28 ajax_retour($plonger($id, htmlentities($rac), array(), $col, $exclus)); 29 } 30 31 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 10:20:27 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |