88 |
(defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", "")); |
(defined("PATH_OPENMAIRIE") ? "" : define("PATH_OPENMAIRIE", "")); |
89 |
|
|
90 |
/** |
/** |
91 |
|
* Constante donnant le code de la catégorie de document numérisé liée à Plat'AU |
92 |
|
*/ |
93 |
|
(defined("CODE_CATEGORIE_DOC_NUM_PLATAU") ? "" : define('CODE_CATEGORIE_DOC_NUM_PLATAU', 'PLATAU')); |
94 |
|
|
95 |
|
/** |
96 |
* |
* |
97 |
*/ |
*/ |
98 |
require_once PATH_OPENMAIRIE."om_application.class.php"; |
require_once PATH_OPENMAIRIE."om_application.class.php"; |
2651 |
$footer[] = array( |
$footer[] = array( |
2652 |
"title" => __("Documentation"), |
"title" => __("Documentation"), |
2653 |
"description" => __("Acceder a l'espace documentation de l'application"), |
"description" => __("Acceder a l'espace documentation de l'application"), |
2654 |
"href" => "http://docs.openmairie.org/?project=openads&version=5.5&format=html&path=manuel_utilisateur", |
"href" => "http://docs.openmairie.org/?project=openads&version=5.6&format=html&path=manuel_utilisateur", |
2655 |
"target" => "_blank", |
"target" => "_blank", |
2656 |
"class" => "footer-documentation", |
"class" => "footer-documentation", |
2657 |
); |
); |
2658 |
|
|
|
// Forum openMairie |
|
|
$footer[] = array( |
|
|
"title" => __("Forum"), |
|
|
"description" => __("Espace d'échange ouvert du projet openMairie"), |
|
|
"href" => "https://communaute.openmairie.org/c/openads", |
|
|
"target" => "_blank", |
|
|
"class" => "footer-forum", |
|
|
); |
|
|
|
|
2659 |
// Portail openMairie |
// Portail openMairie |
2660 |
$footer[] = array( |
$footer[] = array( |
2661 |
"title" => __("openMairie.org"), |
"title" => __("openMairie.org"), |