source: trunk/spip/esqueleto-redcta/plugins/redCTA/redcta_boutons.php @ 354

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

cambio de nombre en icono

File size: 267 bytes
RevLine 
[353]1<?php
2
3function redcta_ajouterBoutons($boutons_admin) {
[354]4                        $boutons_admin['configuration']->sousmenu['redcta'] = new Bouton(
[353]5      "../"._DIR_PLUGIN_REDCTA."images/redcta.png",  // icone
6                        _T('redcta:options_redcta')     // titre
7      );
8                        return $boutons_admin;
9}
10?>
Note: See TracBrowser for help on using the repository browser.