Changeset 47928 in spip-zone for _plugins_/plugin-thelia/spip_thelia_fonct.php
- Timestamp:
- May 19, 2011, 10:48:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/plugin-thelia/spip_thelia_fonct.php
r47525 r47928 213 213 } 214 214 215 function spip_thelia_ajouter_boutons($boutons_admin) {216 // si on est admin217 if ($GLOBALS['connect_statut'] == "0minirezo") {218 // on voit le bouton dans la barre "naviguer"219 $boutons_admin['naviguer']->sousmenu['spip_thelia_catalogue']= new Bouton(220 _DIR_PLUGIN_SPIP_THELIA.'img_pack/logo_thelia_petit.png', 'Catalogue Thélia');221 }222 return $boutons_admin;223 }224 225 215 function spip_thelia_affiche_milieu($flux) { 226 216 $exec = $flux['args']['exec'];
Note: See TracChangeset
for help on using the changeset viewer.