modifications template et tinyMce dans libs
[mtweb] / mw / app / out / default / template.php
index 4a20985..8dded2d 100644 (file)
@@ -9,18 +9,18 @@
     }
 
     function get_out_config(){
-      return array(
-        "navig_menu_top" => array(
-          "type" => "checkbox",
-          "default" => 0,
-          "text" => "Afficher le menu de navigation sous l'entête"
-        ),
-        "colonne" => array(
-          "type" => "checkbox",
-          "default" => 0,
-          "text" => "Afficher la colonne"
-        )
+      $out_config = parent::get_out_config();
+      $out_config["navig_menu_top"] = array(
+        "type" => "checkbox",
+        "default" => 0,
+        "text" => "Afficher le menu de navigation sous l'entête"
+      );
+      $out_config["colonne"] = array(
+        "type" => "checkbox",
+        "default" => 0,
+        "text" => "Afficher la colonne"
       );
+      return $out_config;
     }
 
     function init(){