Mes groupes :'; while (list($nom, $mini) = $res->next()) { $html .= "• $nom"; } return $html; } // }}} // {{{ cat_pp function cat_pp($cat) { $trans = array( 'groupesx' => 'Groupes X' , 'binets' => 'Binets' , 'institutions' => 'Institutions' , 'promotions' => 'Promotions' ); return $trans[strtolower($cat)]; } // }}} // vim:set et sw=4 sts=4 sws=4 foldmethod=marker: ?>