You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
msie_compat/msie_compat_ieconfig.php

12 lines
288 B
PHP

<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
function msie_compat_ieconfig_metas($table) {
$table['msiecompat']['titre'] = _T('msiecompat:choix_titre');
$table['msiecompat']['icone'] = 'msiecompat-16.png';
$table['msiecompat']['metas_brutes'] = 'iecompat';
return $table;
}