source:
trunk/spip/esqueleto-redcta/plugins/redCTA/redcta_boutons.php
@
546
Last change on this file since 546 was 533, checked in by , 15 years ago | |
---|---|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[353] | 1 | <?php |
2 | ||
3 | function redcta_ajouterBoutons($boutons_admin) { | |
[533] | 4 | $boutons_admin['redCTA'] = new Bouton( |
[353] | 5 | "../"._DIR_PLUGIN_REDCTA."images/redcta.png", // icone |
[357] | 6 | _T('redcta:options') // titre |
[353] | 7 | ); |
8 | return $boutons_admin; | |
9 | } | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.