X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Furls_etendues%2Furls%2Fhtml.php;h=1864338a2eac5ed04344a477e8387c1b3ebe00e8;hb=c5c8df4f768d87cad1a469e184ec7d6603041717;hp=071644b09e285cc90076225c454e08a87abf8c4d;hpb=e5ac31e5de77e4efbc3f0583b42444a0943664c7;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/urls_etendues/urls/html.php b/www/plugins-dist/urls_etendues/urls/html.php index 071644b0..1864338a 100644 --- a/www/plugins-dist/urls_etendues/urls/html.php +++ b/www/plugins-dist/urls_etendues/urls/html.php @@ -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))