mots_ieconfig.php 312 B

12345678910111213
  1. <?php
  2. if (!defined("_ECRIRE_INC_VERSION")) return;
  3. function mots_ieconfig_metas($table){
  4. $table['mots']['titre'] = _T('mots:info_mots_cles');
  5. $table['mots']['icone'] = 'mot-16.png';
  6. $table['mots']['metas_brutes'] = 'articles_mots,config_precise_groupes,mots_cles_forums';
  7. return $table;
  8. }
  9. ?>