
4 changed files with 17 additions and 1 deletions
@ -0,0 +1,13 @@
|
||||
<?php |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) { |
||||
return; |
||||
} |
||||
|
||||
function orthotypo_ieconfig_metas($table){ |
||||
$table['orthotypo']['titre'] = _T('orthotypo:orthotypo_titre'); |
||||
$table['orthotypo']['icone'] = 'orthotypo-16.png'; |
||||
$table['orthotypo']['metas_serialize'] = 'orthotypo'; |
||||
|
||||
return $table; |
||||
} |
After Width: | Height: | Size: 736 B |
Loading…
Reference in new issue