setting = array( 'catid' => array( 'title' => 'articlelist_catid', 'type' => 'mselect', 'value' => array( ), ), 'picrequired' => array( 'title' => 'articlelist_picrequired', 'type' => 'radio', 'default' => '0' ), 'titlelength' => array( 'title' => 'articlelist_titlelength', 'type' => 'text', 'default' => 40 ), 'summarylength' => array( 'title' => 'articlelist_summarylength', 'type' => 'text', 'default' => 80 ) ); } function name() { return lang('blockclass', 'blockclass_article_script_articlenew'); } } ?>