forked from spip/porte_plume

3 changed files with 15 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
<?php |
||||
|
||||
if (!defined("_ECRIRE_INC_VERSION")) return; |
||||
|
||||
function porte_plume_ieconfig_metas($table){ |
||||
$table['porte_plume']['titre'] = _T('barreoutils:info_barre_outils_public'); |
||||
$table['porte_plume']['icone'] = 'porte-plume-16.png'; |
||||
$table['porte_plume']['metas_brutes'] = 'barre_outils_public'; |
||||
|
||||
return $table; |
||||
} |
||||
|
||||
?> |
Loading…
Reference in new issue