3511ece03490a86f5d9f4b492ef14b742d0e25b6
[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 }