source:
trunk/spip/esqueleto-redcta/plugins/magusine/arty_boutons.php
@
133
Last change on this file since 133 was 79, checked in by , 16 years ago | |
---|---|
|
|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[79] | 1 | <?php |
2 | ||
3 | function arty_ajouterBoutons($boutons_admin) { | |
4 | $boutons_admin['configuration']->sousmenu['theme'] = new Bouton( | |
5 | "../"._DIR_PLUGIN_ARTY."images/bouton-magusine-24.png", // icone | |
6 | _T('arty:options_arty') // titre | |
7 | ); | |
8 | return $boutons_admin; | |
9 | } | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.