librealire/librealire_fonctions.php

17 lines
361 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function retiremot($chaine) {
$chaine = str_replace('mot','',$chaine);
return $chaine;
}
include_spip('inc/cextras_autoriser');
// restreindre les champs extras
restreindre_extras('article', 'transcriptions', 'transcriptions', 'composition');
restreindre_extras('mot', 'soustitre', 5, 'groupemot');