/** * @file * @brief : display all available widgets for the connected user */ global $g_user,$cn; use \Noalyss\Widget\Widget; $aWidget=\Noalyss\Widget\Widget::get_enabled_widget(); $nb=count($aWidget); ?>