File "configurer_urls_fonctions.php"

Full path: /home/argothem/www/v4_old/plugins-dist/urls_etendues/prive/squelettes/contenu/configurer_urls_fonctions.php
File size: 289 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('_ECRIRE_INC_VERSION')) {
	return;
}

function choisir_form_configuration($type_url) {
	if (
		include_spip("urls/$type_url")
		and defined($c = 'URLS_' . strtoupper($type_url) . '_CONFIG')
	) {
		return 'configurer_urls_' . strtolower(constant($c));
	}

	return '';
}