msie_compat_ieconfig.php 302 B

12345678910111213
  1. <?php
  2. if (!defined("_ECRIRE_INC_VERSION")) return;
  3. function msie_compat_ieconfig_metas($table){
  4. $table['msiecompat']['titre'] = _T('msiecompat:choix_titre');
  5. $table['msiecompat']['icone'] = 'msiecompat-16.png';
  6. $table['msiecompat']['metas_brutes'] = 'iecompat';
  7. return $table;
  8. }
  9. ?>