File "licence_ieconfig_metas.php"
Full path: /home/argothem/www/organecyberpresse/plugins/auto/licence/v1.1.0/licence_ieconfig_metas.php
File size: 293 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function licence_ieconfig_metas($table) {
$table['licence']['titre'] = _T('licence:cfg_titre_licence');
$table['licence']['icone'] = 'img_pack/licence_logo24.png';
$table['licence']['metas_serialize'] = 'licence';
return $table;
}