diff --git a/bigform_options.php b/bigform_options.php index db39ca0..8aa543e 100644 --- a/bigform_options.php +++ b/bigform_options.php @@ -13,6 +13,10 @@ if (!defined('_ECRIRE_INC_VERSION')) { return; } +function urls_generer_url_document($id_document, $args = '', $ancre = '', $public = null, $connect = '') { + $f = charger_fonction('bigform_generer_url_document', 'inc'); + return $f($id_document, $args, $ancre, $public, $connect); +} // https://code.spip.net/@urls_propres2_dist function urls_propres2($i, &$entite, $args = '', $ancre = '') { diff --git a/inc/bigform_generer_url_document.php b/inc/bigform_generer_url_document.php new file mode 100644 index 0000000..da2b182 --- /dev/null +++ b/inc/bigform_generer_url_document.php @@ -0,0 +1,17 @@ +