X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fsites%2Fpuce_statut%2Fsite.php;h=6dd4b0511a058a02889e760cc9b91ba86fd738b2;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=de513a42fd79a1ccab74c6d70fec11403775fa4d;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/sites/puce_statut/site.php b/www/plugins-dist/sites/puce_statut/site.php index de513a42..6dd4b051 100644 --- a/www/plugins-dist/sites/puce_statut/site.php +++ b/www/plugins-dist/sites/puce_statut/site.php @@ -10,17 +10,19 @@ * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ -if (!defined("_ECRIRE_INC_VERSION")) return; +if (!defined("_ECRIRE_INC_VERSION")) { + return; +} // https://code.spip.net/@puce_statut_site_dist -function puce_statut_site_dist($id, $statut, $id_rubrique, $type, $ajax='', $menu_rapide=_ACTIVER_PUCE_RAPIDE){ +function puce_statut_site_dist($id, $statut, $id_rubrique, $type, $ajax = '', $menu_rapide = _ACTIVER_PUCE_RAPIDE) { - $t = sql_getfetsel("syndication", "spip_syndic", "id_syndic=".intval($id)); + $t = sql_getfetsel("syndication", "spip_syndic", "id_syndic=" . intval($id)); // cas particulier des sites en panne de syndic : // on envoi une puce speciale, et pas de menu de changement rapide - if ($t == 'off' OR $t == 'sus') { + if ($t == 'off' or $t == 'sus') { switch ($statut) { case 'publie': $puce = 'puce-verte-anim.gif'; @@ -36,11 +38,9 @@ function puce_statut_site_dist($id, $statut, $id_rubrique, $type, $ajax='', $men $title = _T('sites:info_site_refuse'); break; } + return http_img_pack($puce, $title); + } else { + return puce_statut_changement_rapide($id, $statut, $id_rubrique, $type, $ajax, $menu_rapide); } - else - return puce_statut_changement_rapide($id,$statut,$id_rubrique,$type,$ajax,$menu_rapide); } - - -?> \ No newline at end of file