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

Last change on this file was 533, checked in by guille, 14 years ago

se agregaron temas

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