_(""), "description" => _(""), "href" => "", "target" => "", "class" => "", ); array_push($footer, $link); */ // Documentation de l'application $footer[] = array( "title" => _("Documentation"), "description" => _("Acceder a l'espace documentation de l'application"), "href" => "../doc/", "target" => "_blank", "class" => "footer-documentation", ); // Portail openMairie $link = array( "title" => _("openMairie.org"), "description" => _("Site officiel du projet openMairie"), "href" => "http://www.openmairie.org/", "target" => "_blank", "class" => "footer-openmairie", ); array_push($footer, $link); ?>