X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins-dist%2Furls_etendues%2Furls%2Fhtml.php;h=ab1a56587d42cbfa782e0791cd50f71a3ae7057c;hb=cc641eb476987612f6d6df1a5417c1c5582a8ab8;hp=071644b09e285cc90076225c454e08a87abf8c4d;hpb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/urls_etendues/urls/html.php b/www/plugins-dist/urls_etendues/urls/html.php index 071644b..ab1a565 100644 --- a/www/plugins-dist/urls_etendues/urls/html.php +++ b/www/plugins-dist/urls_etendues/urls/html.php @@ -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))