source: trunk/spip/esqueleto-redcta/plugins/magusine/arty_boutons.php @ 79

Last change on this file since 79 was 79, checked in by guille, 15 years ago
  • Property svn:executable set to *
File size: 270 bytes
Line 
1<?php
2
3function 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.