Your IP : 216.73.217.68


Current Path : /home/a/t/e/atelierpru/paris/plugins/auto/seo/v2.1.7/formulaires/
Upload File :
Current File : /home/a/t/e/atelierpru/paris/plugins/auto/seo/v2.1.7/formulaires/configurer_seo.php

<?php

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

function cfgname_to_inputname($key) {
	if (strpos($key, '/') === false) {
		return $key;
	}
	$key = explode('/', $key);
	$main = array_shift($key);
	$key = '['.implode('][', $key).']';
	return $main.$key;
}

function cfgname_to_id($key) {
	return preg_replace(',\W,', '_', $key);
}