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.
contact/contact_ieconfig_metas.php

13 lines
268 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function contact_ieconfig_metas($table) {
$table['contact']['titre'] = _T('contact:titre');
$table['contact']['icone'] = 'contact-16.png';
$table['contact']['metas_serialize'] = 'contact';
return $table;
}