[SPIP] ~v3.0.17-->v3.0.19
[ptitvelo/web/www.git] / www / plugins-dist / statistiques / prive / squelettes / contenu / stats_repartition_fonctions.php
index e2fef2f..70effbe 100644 (file)
@@ -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;