Skip to content
Extraits de code Groupes Projets
Valider 8e34ad84 rédigé par Christian Lefebvre's avatar Christian Lefebvre
Parcourir les fichiers

autodoc

parent 8e06eb84
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
if (!defined("_ECRIRE_INC_VERSION")) return; if (!defined("_ECRIRE_INC_VERSION")) return;
// http://doc.spip.org/@inc_puce_statut_dist
function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type) function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type)
{ {
// le function_exists n'est utile qu'au greffons // le function_exists n'est utile qu'au greffons
...@@ -21,6 +22,7 @@ function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type) ...@@ -21,6 +22,7 @@ function inc_puce_statut_dist($id_objet, $statut, $id_rubrique, $type)
} }
// http://doc.spip.org/@puce_statut_auteur
function puce_statut_auteur($id, $statut, $id_rubrique, $type) { function puce_statut_auteur($id, $statut, $id_rubrique, $type) {
return bonhomme_statut(array('statut' => $statut)); return bonhomme_statut(array('statut' => $statut));
...@@ -54,11 +56,13 @@ function bonhomme_statut($row) { ...@@ -54,11 +56,13 @@ function bonhomme_statut($row) {
} }
// http://doc.spip.org/@puce_statut_mot
function puce_statut_mot($id, $statut, $id_rubrique, $type) { function puce_statut_mot($id, $statut, $id_rubrique, $type) {
return "<img src='"._DIR_IMG_PACK. 'petite-cle.gif' . "' />"; return "<img src='"._DIR_IMG_PACK. 'petite-cle.gif' . "' />";
} }
// http://doc.spip.org/@puce_statut_rubrique
function puce_statut_rubrique($id, $statut, $id_rubrique, $type) { function puce_statut_rubrique($id, $statut, $id_rubrique, $type) {
return "<img src='"._DIR_IMG_PACK. 'rubrique-12.gif' . "' />"; return "<img src='"._DIR_IMG_PACK. 'rubrique-12.gif' . "' />";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter