[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / urls_etendues / prive / squelettes / contenu / configurer_urls_fonctions.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) {
4 return;
5 }
6
7 function choisir_form_configuration($type_url) {
8 if (include_spip("urls/$type_url")
9 and defined($c = 'URLS_' . strtoupper($type_url) . '_CONFIG')
10 ) {
11 return "configurer_urls_" . strtolower(constant($c));
12 }
13
14 return '';
15 }