"Default" ); } 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" ) ); } 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")); } } } ?>