[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / msie_compat / msie_compat_ieconfig.php
1 <?php
2
3 if (!defined("_ECRIRE_INC_VERSION")) return;
4
5 function msie_compat_ieconfig_metas($table){
6 $table['msiecompat']['titre'] = _T('msiecompat:choix_titre');
7 $table['msiecompat']['icone'] = 'msiecompat-16.png';
8 $table['msiecompat']['metas_brutes'] = 'iecompat';
9
10 return $table;
11 }
12
13 ?>