"Default" ); } function get_out_config(){ $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" ); $out_config["mtweb_footer_link"] = array( "type" => "checkbox", "default" => 0, "text" => "Afficher le lien mtweb dans le footer" ); return $out_config; } function init(){ $this->add_js_file($this->out_url("js/jquery-1.8.3.min.js")); if($this->is_running("users/identification")){ $this->add_js_file($this->out_url("js/md5.js")); $this->add_js_file($this->out_url("js/login.js")); } } } ?>