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

Last change on this file since 260 was 198, checked in by guille, 15 years ago

magusine 2

File size: 742 bytes
Line 
1<?php
2/***************************************************************************\
3 Plugin   : magusine
4 Licence  : GPL
5 Auteurs  : Stéphane Noël, Philippe Vanderlinden
6 Infos    : http://www.spip-contrib.net/Le-plugin-Magusine
7            http://www.magunews.net/spip.php?rubrique645
8
9 $LastChangedRevision: 12345 $
10 $LastChangedBy: bubu $
11 $LastChangedDate: 2008-03-21 15:50:47 +0100 (ven, 21 mar 2008) $
12 \***************************************************************************/
13
14function arty_ajouterBoutons($boutons_admin) {
15        $boutons_admin['configuration']->sousmenu['theme'] = new Bouton(
16      "../"._DIR_PLUGIN_ARTY."images/bouton-magusine-24.png",  // icone
17        _T('arty:options_arty') // titre
18        );
19        return $boutons_admin;
20}
21?>
Note: See TracBrowser for help on using the repository browser.