Changeset 54525 in spip-zone
- Timestamp:
- Nov 16, 2011, 5:30:24 PM (9 years ago)
- Location:
- _plugins_/apropos/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/apropos/trunk/apropos_fonctions.php
r54500 r54525 28 28 }else{ 29 29 //si pas d\'argument, on affiche la liste des plugins 30 $p->code = 'calcul_info_apropos("liste s")';30 $p->code = 'calcul_info_apropos("liste")'; 31 31 } 32 32 $p->interdire_scripts = false; … … 255 255 256 256 // on construit l'affichage des informations 257 $leResume = "<div class=' apropos-resume'>"257 $leResume = "<div class='resume'>" 258 258 . $i 259 . "<span class='apropos-nom'>".$ leNom."</span>"259 . "<span class='apropos-nom'>".$params.$leNom."</span>" 260 260 . "<span class='apropos-version'>v ".$info['version']."</span>" 261 261 . "<span class='apropos-etat'> - ".plugin_etat_en_clair($info['etat'])."</span>" -
_plugins_/apropos/trunk/modeles/apropos.html
r53793 r54525 1 1 <div class='apropos-liste'> 2 <:apropos:site_utilise:><b>#SPIP_VERSION</b>.<br /> 3 <:apropos:les_plugins:> 4 #APROPOS 5 <:apropos:spip_contrib:> 2 #APROPOS{#ENV{prefixe}} 6 3 </div>
Note: See TracChangeset
for help on using the changeset viewer.