X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fplugins%2Fafficher_nom_plugin.php;fp=www%2Fecrire%2Fplugins%2Fafficher_nom_plugin.php;h=280e88256a8a7793810b1214275d0f789b40ff4d;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/ecrire/plugins/afficher_nom_plugin.php b/www/ecrire/plugins/afficher_nom_plugin.php new file mode 100644 index 0000000..280e882 --- /dev/null +++ b/www/ecrire/plugins/afficher_nom_plugin.php @@ -0,0 +1,63 @@ +"; + + // Cartouche Resume + $s .= "
"; + + $desc = plugin_propre($info['description']); + $url_stat = parametre_url($url_page, "plugin",$dir_plugins.$plug_file); + + $s .= "".typo($info['nom']).""; + $s .= " ".$info['version'].""; + $s .= " - ".plugin_etat_en_clair($info['etat']).""; + $s .= "
"; + + if ($erreur){ + $s .= "
"; + foreach($info['erreur'] as $err) + $s .= "$err
"; + $s .= "
"; + } + + $s .= ""; + return $s; +} + +?>