_(""), "description" => _(""), "href" => "", "target" => "", "class" => "", ); array_push($footer, $link); */ // Documentation du site $link = array( "title" => _("Documentation"), "description" => _("Acceder a l'espace documentation de l'application"), "href" => "http://www.openmairie.org/documentation", "target" => "_blank", "class" => "footer-documentation", ); array_push($footer, $link); // 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); ?>