/[openfoncier]/trunk/obj/utils.class.php
ViewVC logotype

Diff of /trunk/obj/utils.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11227 by softime, Thu Dec 23 15:34:03 2021 UTC revision 11228 by softime, Tue Jan 18 17:22:30 2022 UTC
# Line 88  if (file_exists("../dyn/debug.inc.php") Line 88  if (file_exists("../dyn/debug.inc.php")
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";
# Line 2646  class utils extends application { Line 2651  class utils extends application {
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"),

Legend:
Removed from v.11227  
changed lines
  Added in v.11228

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26