setting = array( 'picrequired' => array( 'title' => 'topiclist_picrequired', 'type' => 'radio', 'default' => '0' ), 'titlelength' => array( 'title' => 'topiclist_titlelength', 'type' => 'text', 'default' => 40 ), 'summarylength' => array( 'summary' => 'topiclist_summarylength', 'type' => 'text', 'default' => 80 ), 'startrow' => array( 'title' => 'topiclist_startrow', 'type' => 'text', 'default' => 0 ), ); } function name() { return lang('blockclass', 'blockclass_topic_script_topicnew'); } function cookeparameter($parameter) { $parameter['orderby'] = 'dateline'; return $parameter; } } ?>