open_div(); $this->title(_("Dernières actions du suivi")); $gestion=new \Follow_Up($cn); $array=$gestion->get_last(MAX_ACTION_SHOW); $len_array=count($array); include "last_event-display.php"; $this->close_div(); } }