mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
13 lines
No EOL
312 B
PHP
13 lines
No EOL
312 B
PHP
<?php
|
|
|
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
|
|
|
function mots_ieconfig_metas($table){
|
|
$table['mots']['titre'] = _T('mots:info_mots_cles');
|
|
$table['mots']['icone'] = 'mot-16.png';
|
|
$table['mots']['metas_brutes'] = 'articles_mots,config_precise_groupes,mots_cles_forums';
|
|
|
|
return $table;
|
|
}
|
|
|
|
?>
|