Petites modifs.
This commit is contained in:
parent
de1f853520
commit
2f5fe4f3ae
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
- modules pour le site 4h
|
- modules pour le site 4h
|
||||||
- squelette 1h
|
- squelette 1h
|
||||||
|
+ barre de navigation latérale 1h
|
||||||
- css pour le site 2h
|
- css pour le site 2h
|
||||||
==== OK.
|
==== OK.
|
||||||
- authentification 3h
|
- authentification 3h
|
||||||
|
|
|
@ -54,6 +54,7 @@ function correspondance_accents(&$arr_ascii, &$arr_accents, $ascii, $accents) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Transforme en une chaîne qui match [a-zA-Z][-a-zA-Z0-9_]*
|
// Transforme en une chaîne qui match [a-zA-Z][-a-zA-Z0-9_]*
|
||||||
|
/* TODO : ajouter ceux de http://www.php.net/manual/fr/function.preg-replace.php#96586 . */
|
||||||
function str_to_nix($input) {
|
function str_to_nix($input) {
|
||||||
$ascii = array();
|
$ascii = array();
|
||||||
$accents = array();
|
$accents = array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user