_(""), "description" => _(""), "href" => "", "target" => "", "class" => "", "right" => "", ); array_push($shortlinks, $link); */ // Tableau de bord $link = array( "title" => _("Tableau de bord"), "description" => _("Acceder a la page d'accueil de l'application"), "href" => "../scr/dashboard.php", "class" => "shortlinks-dashboard", ); array_push($shortlinks, $link); ?>