[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / mots / mots_ieconfig.php
1 <?php
2
3 if (!defined("_ECRIRE_INC_VERSION")) return;
4
5 function mots_ieconfig_metas($table){
6 $table['mots']['titre'] = _T('mots:info_mots_cles');
7 $table['mots']['icone'] = 'mot-16.png';
8 $table['mots']['metas_brutes'] = 'articles_mots,config_precise_groupes,mots_cles_forums';
9
10 return $table;
11 }
12
13 ?>