Last change
on this file since 41019 was
41019,
checked in by joseph@…, 10 years ago
|
Utilisation d'un pipeline ieconfig_metas à la place d'une globale
|
File size:
269 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | function dublin_core_ieconfig_metas($table){ |
---|
4 | $table['dublin_core']['titre'] = _T('dublin_core:dublin_core'); |
---|
5 | $table['dublin_core']['icone'] = 'images/dublin_core-24.png'; |
---|
6 | $table['dublin_core']['metas_serialize'] = 'dublin_core'; |
---|
7 | return $table; |
---|
8 | } |
---|
9 | |
---|
10 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.