[SPIP] ~v3.0.20-->v3.0.25
[lhc/web/clavette_www.git] / www / plugins-dist / urls_etendues / urls / html.php
index 071644b..ab1a565 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.     *
@@ -36,7 +36,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; // securiser
 # donner un exemple d'url pour le formulaire de choix
 define('URLS_HTML_EXEMPLE', 'article12.html');
 
-// http://doc.spip.org/@_generer_url_html
+// http://code.spip.net/@_generer_url_html
 function _generer_url_html($type, $id, $args='', $ancre='') {
        if ($generer_url_externe = charger_fonction("generer_url_$type",'urls',true)) {
                $url = $generer_url_externe($id, $args, $ancre);
@@ -47,7 +47,7 @@ function _generer_url_html($type, $id, $args='', $ancre='') {
 }
 
 // retrouver les parametres d'une URL dite "html"
-// http://doc.spip.org/@urls_html_dist
+// http://code.spip.net/@urls_html_dist
 function urls_html_dist($i, $entite, $args='', $ancre='') {
 
        if (is_numeric($i))