[SPIP] ~v3.0.20-->v3.0.25
[lhc/web/clavette_www.git] / www / plugins-dist / statistiques / prive / squelettes / contenu / stats_repartition_fonctions.php
index e2fef2f..99a6b4b 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2014                                                *
+ *  Copyright (c) 2001-2016                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -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;