[ 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 # petit moteur de recherche sur les rubriques 16 17 // http://doc.spip.org/@exec_rubriquer_dist 18 function exec_rubriquer_dist() 19 { 20 global $id; 21 $id = intval($id); 22 23 include_spip('inc/texte'); 24 include_spip('inc/mini_nav'); 25 $selectionner = charger_fonction('selectionner', 'inc'); 26 ajax_retour($selectionner($id, "aff_nav_recherche", 27 "document.location.href='" . generer_url_ecrire('naviguer', "id_rubrique=::sel::") . 28 "';", 0, true)); 29 }
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 |
![]() |