mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
13 lines
No EOL
302 B
PHP
13 lines
No EOL
302 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;
|
|
}
|
|
|
|
?>
|